Socket
Socket
Sign inDemoInstall

npm-packlist

Package Overview
Dependencies
2
Maintainers
4
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0 to 1.4.0

8

index.js

@@ -40,6 +40,8 @@ 'use strict'

'*.orig',
'package-lock.json',
'yarn.lock',
'/package-lock.json',
'/yarn.lock',
'archived-packages/**',
'core',
'!core/',
'!**/core/',
'*.core',

@@ -147,5 +149,7 @@ '*.vgcore',

// if there's a bin, browser or main, make sure we don't ignore it
// also, don't ignore the package.json itself!
const rules = [
pkg.browser ? '!' + pkg.browser : '',
pkg.main ? '!' + pkg.main : '',
'!package.json',
'!@(readme|copying|license|licence|notice|changes|changelog|history){,.*[^~$]}'

@@ -152,0 +156,0 @@ ]

{
"name": "npm-packlist",
"version": "1.3.0",
"version": "1.4.0",
"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