File tree Expand file tree Collapse file tree 4 files changed +14
-11
lines changed
node_modules/npm-registry-fetch Expand file tree Collapse file tree 4 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const url = require('url')
4
4
5
5
function packageName ( href ) {
6
6
try {
7
- let basePath = new url . URL ( href ) . pathname . substr ( 1 )
7
+ let basePath = new url . URL ( href ) . pathname . slice ( 1 )
8
8
if ( ! basePath . match ( / ^ - / ) ) {
9
9
basePath = basePath . split ( '/' )
10
10
var index = basePath . indexOf ( '_rewrite' )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " npm-registry-fetch" ,
3
- "version" : " 13.1.0 " ,
3
+ "version" : " 13.1.1 " ,
4
4
"description" : " Fetch-based http client for use with npm registry APIs" ,
5
5
"main" : " lib" ,
6
6
"files" : [
44
44
},
45
45
"devDependencies" : {
46
46
"@npmcli/eslint-config" : " ^3.0.1" ,
47
- "@npmcli/template-oss" : " 3.1 .2" ,
47
+ "@npmcli/template-oss" : " 3.3 .2" ,
48
48
"cacache" : " ^16.0.2" ,
49
49
"nock" : " ^13.2.4" ,
50
50
"require-inject" : " ^1.4.4" ,
51
- "ssri" : " ^8 .0.1 " ,
52
- "tap" : " ^15.1.6 "
51
+ "ssri" : " ^9 .0.0 " ,
52
+ "tap" : " ^16.0.1 "
53
53
},
54
54
"tap" : {
55
55
"check-coverage" : true ,
60
60
},
61
61
"templateOSS" : {
62
62
"//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
63
- "version" : " 3.1 .2"
63
+ "version" : " 3.3 .2"
64
64
}
65
65
}
Original file line number Diff line number Diff line change 134
134
"npm-package-arg" : " ^9.0.2" ,
135
135
"npm-pick-manifest" : " ^7.0.1" ,
136
136
"npm-profile" : " ^6.0.2" ,
137
- "npm-registry-fetch" : " ^13.1.0 " ,
137
+ "npm-registry-fetch" : " ^13.1.1 " ,
138
138
"npm-user-validate" : " ^1.0.1" ,
139
139
"npmlog" : " ^6.0.1" ,
140
140
"opener" : " ^1.5.2" ,
5152
5152
}
5153
5153
},
5154
5154
"node_modules/npm-registry-fetch" : {
5155
- "version" : " 13.1.0" ,
5155
+ "version" : " 13.1.1" ,
5156
+ "resolved" : " https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-13.1.1.tgz" ,
5157
+ "integrity" : " sha512-5p8rwe6wQPLJ8dMqeTnA57Dp9Ox6GH9H60xkyJup07FmVlu3Mk7pf/kIIpl9gaN5bM8NM+UUx3emUWvDNTt39w==" ,
5156
5158
"inBundle" : true ,
5157
- "license" : " ISC" ,
5158
5159
"dependencies" : {
5159
5160
"make-fetch-happen" : " ^10.0.6" ,
5160
5161
"minipass" : " ^3.1.6" ,
13369
13370
}
13370
13371
},
13371
13372
"npm-registry-fetch" : {
13372
- "version" : " 13.1.0" ,
13373
+ "version" : " 13.1.1" ,
13374
+ "resolved" : " https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-13.1.1.tgz" ,
13375
+ "integrity" : " sha512-5p8rwe6wQPLJ8dMqeTnA57Dp9Ox6GH9H60xkyJup07FmVlu3Mk7pf/kIIpl9gaN5bM8NM+UUx3emUWvDNTt39w==" ,
13373
13376
"requires" : {
13374
13377
"make-fetch-happen" : " ^10.0.6" ,
13375
13378
"minipass" : " ^3.1.6" ,
Original file line number Diff line number Diff line change 103
103
"npm-package-arg" : " ^9.0.2" ,
104
104
"npm-pick-manifest" : " ^7.0.1" ,
105
105
"npm-profile" : " ^6.0.2" ,
106
- "npm-registry-fetch" : " ^13.1.0 " ,
106
+ "npm-registry-fetch" : " ^13.1.1 " ,
107
107
"npm-user-validate" : " ^1.0.1" ,
108
108
"npmlog" : " ^6.0.1" ,
109
109
"opener" : " ^1.5.2" ,
You can’t perform that action at this time.
0 commit comments