Socket
Socket
Sign inDemoInstall

npm-packlist

Package Overview
Dependencies
4
Maintainers
6
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.2 to 7.0.3

2

lib/index.js

@@ -303,2 +303,4 @@ 'use strict'

file = file.slice(2)
} else if (file.endsWith('/*')) {
file = file.slice(0, -2)
}

@@ -305,0 +307,0 @@ const inverse = `!${file}`

6

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

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

"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.7.1",
"@npmcli/template-oss": "4.10.0",
"mutate-fs": "^2.1.1",

@@ -59,4 +59,4 @@ "tap": "^16.0.1"

"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.7.1"
"version": "4.10.0"
}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc