Socket
Socket
Sign inDemoInstall

npm-packlist

Package Overview
Dependencies
2
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.11 to 1.1.12

17

index.js

@@ -23,6 +23,10 @@ 'use strict'

'.gitignore',
'**/.git/',
'**/.svn/',
'**/.hg/',
'**/CVS/',
'**/.git',
'**/.svn',
'**/.hg',
'**/CVS',
'**/.git/**',
'**/.svn/**',
'**/.hg/**',
'**/CVS/**',
'/.lock-wscript',

@@ -37,3 +41,4 @@ '/.wafpickle-*',

'*.orig',
'package-lock.json'
'package-lock.json',
'archived-packages/**',
]

@@ -136,3 +141,3 @@

pkg.main ? '!' + pkg.main : '',
'!@(readme|license|licence|notice|changes|changelog|history){,.*}'
'!@(readme|copying|license|licence|notice|changes|changelog|history){,.*}'
].filter(f => f).join('\n') + '\n'

@@ -139,0 +144,0 @@ super.onReadIgnoreFile(packageNecessaryRules, rules, _=>_)

{
"name": "npm-packlist",
"version": "1.1.11",
"version": "1.1.12",
"description": "Get a list of the files to add from a folder into an npm package",

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc