🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@npmcli/installed-package-contents

Package Overview
Dependencies
Maintainers
6
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@npmcli/installed-package-contents - npm Package Compare versions

Comparing version
3.0.0
to
4.0.0
+6
-6
package.json
{
"name": "@npmcli/installed-package-contents",
"version": "3.0.0",
"version": "4.0.0",
"description": "Get the list of files installed in a package in node_modules, including bundled dependencies",

@@ -23,8 +23,8 @@ "author": "GitHub Inc.",

"@npmcli/eslint-config": "^5.0.0",
"@npmcli/template-oss": "4.23.3",
"@npmcli/template-oss": "4.27.1",
"tap": "^16.3.0"
},
"dependencies": {
"npm-bundled": "^4.0.0",
"npm-normalize-package-bin": "^4.0.0"
"npm-bundled": "^5.0.0",
"npm-normalize-package-bin": "^5.0.0"
},

@@ -40,7 +40,7 @@ "repository": {

"engines": {
"node": "^18.17.0 || >=20.5.0"
"node": "^20.17.0 || >=22.9.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.23.3",
"version": "4.27.1",
"publish": true

@@ -47,0 +47,0 @@ },