Skip to content

Commit 4c7233d

Browse files
committed
Add more npm tests
1 parent 88046c6 commit 4c7233d

File tree

9 files changed

+6179
-488
lines changed

9 files changed

+6179
-488
lines changed

test/socket-npm-fixtures/npm10/package-lock.json

Lines changed: 642 additions & 456 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
{
22
"name": "npm10",
33
"version": "1.0.0",
4-
"main": "index.js",
4+
"private": true,
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1"
77
},
8-
"keywords": [],
9-
"author": "",
10-
"license": "ISC",
11-
"type": "commonjs",
128
"dependencies": {
13-
"npm": "^10.8.2"
14-
},
15-
"devDependencies": {},
16-
"description": ""
9+
"npm": "^10.9.2"
10+
}
1711
}

0 commit comments

Comments
 (0)