A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/npm/cli/commit/b0c04908d413e71704cf8f5c6f469ab005c7385b below:

is-cidr@5.1.1 · npm/cli@b0c0490 · GitHub

File tree Expand file treeCollapse file tree 5 files changed

+39

-19

lines changed

Filter options

Expand file treeCollapse file tree 5 files changed

+39

-19

lines changed Original file line number Diff line number Diff line change

@@ -515,7 +515,6 @@ graph LR;

515 515

npm-->remark;

516 516

npm-->rimraf;

517 517

npm-->semver;

518 -

npm-->sigstore-protobuf-specs["@sigstore/protobuf-specs"];

519 518

npm-->sigstore-tuf["@sigstore/tuf"];

520 519

npm-->spawk;

521 520

npm-->spdx-expression-parse;

Original file line number Diff line number Diff line change

@@ -0,0 +1,22 @@

1 +

Copyright (c) silverwind

2 +

All rights reserved.

3 + 4 +

Redistribution and use in source and binary forms, with or without

5 +

modification, are permitted provided that the following conditions are met:

6 + 7 +

1. Redistributions of source code must retain the above copyright notice, this

8 +

list of conditions and the following disclaimer.

9 +

2. Redistributions in binary form must reproduce the above copyright notice,

10 +

this list of conditions and the following disclaimer in the documentation

11 +

and/or other materials provided with the distribution.

12 + 13 +

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND

14 +

ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED

15 +

WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE

16 +

DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR

17 +

ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES

18 +

(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;

19 +

LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND

20 +

ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT

21 +

(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS

22 +

SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Original file line number Diff line number Diff line change

@@ -1,6 +1,6 @@

1 1

{

2 2

"name": "is-cidr",

3 -

"version": "5.1.0",

3 +

"version": "5.1.1",

4 4

"description": "Check if a string is an IP address in CIDR notation",

5 5

"author": "silverwind <me@silverwind.io>",

6 6

"contributors": [

@@ -23,18 +23,17 @@

23 23

"cidr-regex": "^4.1.1"

24 24

},

25 25

"devDependencies": {

26 -

"@types/node": "20.12.12",

26 +

"@types/node": "22.13.4",

27 27

"eslint": "8.57.0",

28 -

"eslint-config-silverwind": "85.1.4",

29 -

"eslint-config-silverwind-typescript": "3.2.7",

30 -

"typescript": "5.4.5",

31 -

"typescript-config-silverwind": "4.3.2",

32 -

"updates": "16.1.1",

33 -

"versions": "12.0.2",

34 -

"vite": "5.2.11",

35 -

"vite-config-silverwind": "1.1.2",

36 -

"vite-plugin-dts": "3.9.1",

37 -

"vitest": "1.6.0",

38 -

"vitest-config-silverwind": "9.0.6"

28 +

"eslint-config-silverwind": "99.0.0",

29 +

"eslint-config-silverwind-typescript": "9.2.2",

30 +

"typescript": "5.7.3",

31 +

"typescript-config-silverwind": "7.0.0",

32 +

"updates": "16.4.2",

33 +

"versions": "12.1.3",

34 +

"vite": "6.1.0",

35 +

"vite-config-silverwind": "4.0.0",

36 +

"vitest": "3.0.5",

37 +

"vitest-config-silverwind": "10.0.0"

39 38

}

40 39

}

Original file line number Diff line number Diff line change

@@ -107,7 +107,7 @@

107 107

"hosted-git-info": "^8.0.2",

108 108

"ini": "^5.0.0",

109 109

"init-package-json": "^8.0.0",

110 -

"is-cidr": "^5.1.0",

110 +

"is-cidr": "^5.1.1",

111 111

"json-parse-even-better-errors": "^4.0.0",

112 112

"libnpmaccess": "^10.0.0",

113 113

"libnpmdiff": "^8.0.0",

@@ -9676,9 +9676,9 @@

9676 9676

}

9677 9677

},

9678 9678

"node_modules/is-cidr": {

9679 -

"version": "5.1.0",

9680 -

"resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-5.1.0.tgz",

9681 -

"integrity": "sha512-OkVS+Ht2ssF27d48gZdB+ho1yND1VbkJRKKS6Pc1/Cw7uqkd9IOJg8/bTwBDQL6tfBhSdguPRnlGiE8pU/X5NQ==",

9679 +

"version": "5.1.1",

9680 +

"resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-5.1.1.tgz",

9681 +

"integrity": "sha512-AwzRMjtJNTPOgm7xuYZ71715z99t+4yRnSnSzgK5err5+heYi4zMuvmpUadaJ28+KCXCQo8CjUrKQZRWSPmqTQ==",

9682 9682

"inBundle": true,

9683 9683

"license": "BSD-2-Clause",

9684 9684

"dependencies": {

Original file line number Diff line number Diff line change

@@ -74,7 +74,7 @@

74 74

"hosted-git-info": "^8.0.2",

75 75

"ini": "^5.0.0",

76 76

"init-package-json": "^8.0.0",

77 -

"is-cidr": "^5.1.0",

77 +

"is-cidr": "^5.1.1",

78 78

"json-parse-even-better-errors": "^4.0.0",

79 79

"libnpmaccess": "^10.0.0",

80 80

"libnpmdiff": "^8.0.0",

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4