Socket
Socket
Sign inDemoInstall

npm-packlist

Package Overview
Dependencies
7
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.8 to 1.1.9

1

index.js

@@ -36,3 +36,2 @@ 'use strict'

'*.orig',
'/test{,s}/',
'package-lock.json'

@@ -39,0 +38,0 @@ ]

2

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

@@ -5,0 +5,0 @@ "directories": {

@@ -51,8 +51,7 @@ # npm-packlist

2. editor junk like `.*.swp`, `._*` and `.*.orig` files
3. A `/test/` or `/tests/` folder at the root
4. `.npmrc` files (these may contain private configs)
5. The `node_modules/.bin` folder
6. Waf and gyp cruft like `/build/config.gypi` and `.lock-wscript`
7. Darwin's `.DS_Store` files because wtf are those even
8. `npm-debug.log` files at the root of a project
3. `.npmrc` files (these may contain private configs)
4. The `node_modules/.bin` folder
5. Waf and gyp cruft like `/build/config.gypi` and `.lock-wscript`
6. Darwin's `.DS_Store` files because wtf are those even
7. `npm-debug.log` files at the root of a project

@@ -59,0 +58,0 @@ You can explicitly re-include any of these with a `files` list in

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