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.2.1 to 2.2.2

5

bin/pkgfiles.js

@@ -77,3 +77,2 @@ #!/usr/bin/env node

var total = files.length
var summary = [

@@ -83,3 +82,3 @@ {

title: 'Number of Files',
value: total
value: files.length
},

@@ -89,3 +88,3 @@ {

title: 'Number of Directories',
value: total
value: dirs.length
},

@@ -92,0 +91,0 @@ {

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

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