New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bldr

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bldr - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

1

lib/builder.js

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

options = options || {};
if (!options.rootDir) options.rootDir = process.cwd();
if (!options.dev) options.dev = false;

@@ -127,0 +128,0 @@ if (!options.bare) {

@@ -148,2 +148,6 @@ var fs = require('fs');

}
},
make: function(options) {
return builder.make(data, options);
}

@@ -150,0 +154,0 @@ };

2

package.json
{
"name": "bldr",
"version": "0.3.1",
"version": "0.3.2",
"description": "bldr browser/define/require, a node/browser module builder",

@@ -5,0 +5,0 @@ "main": "lib/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