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

component-builder

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

component-builder - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

5

History.md
0.0.4 / 2012-09-05
==================
* renamed "devDependencies" to "development"
0.0.3 / 2012-09-05

@@ -3,0 +8,0 @@ ==================

4

lib/builder.js

@@ -70,3 +70,3 @@

if (conf.dependencies) return true;
if (this.dev && conf.devDependencies) return true;
if (this.dev && conf.development) return true;
};

@@ -84,3 +84,3 @@

var deps = conf.dependencies || {};
if (this.dev) merge(deps, conf.devDependencies || {});
if (this.dev) merge(deps, conf.development || {});
return deps;

@@ -87,0 +87,0 @@ };

{
"name": "component-builder",
"version": "0.0.3",
"version": "0.0.4",
"description": "Component build tool",

@@ -5,0 +5,0 @@ "keywords": ["component", "build"],

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