Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

npm-packlist

Package Overview
Dependencies
Maintainers
6
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-packlist - npm Package Compare versions

Comparing version 8.0.2 to 9.0.0

20

package.json
{
"name": "npm-packlist",
"version": "8.0.2",
"version": "9.0.0",
"description": "Get a list of the files to add from a folder into an npm package",

@@ -10,3 +10,3 @@ "directories": {

"dependencies": {
"ignore-walk": "^6.0.4"
"ignore-walk": "^7.0.0"
},

@@ -20,5 +20,5 @@ "author": "GitHub Inc.",

"devDependencies": {
"@npmcli/arborist": "^6.0.0 || ^6.0.0-pre.0",
"@npmcli/arborist": "^7.5.4",
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.21.2",
"@npmcli/template-oss": "4.23.3",
"mutate-fs": "^2.1.1",

@@ -32,5 +32,5 @@ "tap": "^16.0.1"

"postsnap": "npm run lintfix --",
"eslint": "eslint",
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"lintfix": "npm run lint -- --fix",
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"lint": "npm run eslint",
"lintfix": "npm run eslint -- --fix",
"npmclilint": "npmcli-lint",

@@ -42,3 +42,3 @@ "postlint": "template-oss-check",

"type": "git",
"url": "https://github.com/npm/npm-packlist.git"
"url": "git+https://github.com/npm/npm-packlist.git"
},

@@ -58,9 +58,9 @@ "tap": {

"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
"node": "^18.17.0 || >=20.5.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.21.2",
"version": "4.23.3",
"publish": true
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc