Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bundle-me

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bundle-me - npm Package Compare versions

Comparing version 1.1.2 to 1.1.4

4

package.json
{
"name": "bundle-me",
"version": "1.1.2",
"version": "1.1.4",
"description": "Bundles all the files inside the directory",

@@ -26,2 +26,2 @@ "main": "src/index.js",

}
}
}

@@ -19,3 +19,2 @@ 'use strict';

const files = getFiles(sourcePath);
console.log(files);
files.forEach(file => {

@@ -22,0 +21,0 @@ if (fs.statSync(file).isDirectory()) {

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