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

nbundler

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nbundler - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

test/Bundlefile.js

2

lib/index.js

@@ -13,3 +13,3 @@ var fs = require('fs');

bundle.getDependencies().forEach(function(depPath) {
var bundlePath = path.join(depPath, 'Nodebundle.js');
var bundlePath = path.join(depPath, 'Bundlefile.js');

@@ -16,0 +16,0 @@ if (fs.existsSync(bundlePath)) {

{
"name": "nbundler",
"version": "1.0.0",
"version": "1.0.1",
"description": "A internal dependency manager",

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

@@ -23,7 +23,7 @@ # nbundler

/
Nodebundle.js
Bundlefile.js
lib
server.js
deps
Nodebundle.js
Bundlefile.js
pagarme-core

@@ -30,0 +30,0 @@ lib

@@ -8,3 +8,3 @@ var fs = require('fs');

while (searchPath != '/') {
var bundlePath = path.join(searchPath, 'Nodebundle.js');
var bundlePath = path.join(searchPath, 'Bundlefile.js');

@@ -11,0 +11,0 @@ if (fs.existsSync(bundlePath)) {

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