Socket
Socket
Sign inDemoInstall

pkgfiles

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pkgfiles - npm Package Compare versions

Comparing version 2.1.1 to 2.2.0

6

bin/pkgfiles.js

@@ -25,2 +25,7 @@ #!/usr/bin/env node

if (argv.version) {
console.info(require('../package.json').version)
process.exit()
}
if (argv.help) {

@@ -37,2 +42,3 @@ usage()

console.error(' pkgfiles ./mypkg # List all files which would be published in `./mypkg`.')
console.error(' pkgfiles --version # Show version')
console.error(' pkgfiles --json # Render JSON output')

@@ -39,0 +45,0 @@ console.error(' pkgfiles --sort=size # Sort files by size [default]')

14

package.json
{
"name": "pkgfiles",
"version": "2.1.1",
"version": "2.2.0",
"description": "List all files which would be published in a package.",

@@ -22,12 +22,12 @@ "main": "index.js",

"dependencies": {
"columnify": "^1.3.2",
"columnify": "^1.5.1",
"du": "^0.1.0",
"fstream-npm": "~1.0.0",
"fstream-npm": "~1.0.2",
"map-limit": "0.0.1",
"minimist": "~1.1.0",
"pkgresolve": "~1.0.0",
"pretty-bytes": "^1.0.2"
"minimist": "~1.1.1",
"pkgresolve": "~1.1.3",
"pretty-bytes": "^1.0.4"
},
"devDependencies": {
"tape": "~3.0.0"
"tape": "~4.0.0"
},

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

@@ -140,2 +140,4 @@ # pkgfiles

* [thlorenz/irish-pub](https://www.npmjs.org/package/irish-pub)
* [timoxley/pkgcount](https://github.com/timoxley/pkgcount)
* [timoxley/pkgrep](https://github.com/timoxley/pkgrep)

@@ -142,0 +144,0 @@ # License

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