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.6.3 to 0.6.4

6

History.md
0.6.4 / 2013-03-19
==================
* fix: default urlPrefix to empty string. Fixes #75
* fix hook error handling in .buildType()
0.6.3 / 2013-02-15

@@ -3,0 +9,0 @@ ==================

3

lib/builder.js

@@ -40,2 +40,3 @@

this._js = '';
this.urlPrefix = '';
this.copy = false;

@@ -590,3 +591,3 @@ this.dir = dir;

self.performHook('before ' + type, function(error) {
if (error) done(error);
if (error) return fn(error);

@@ -593,0 +594,0 @@ // build files

{
"name": "component-builder",
"version": "0.6.3",
"version": "0.6.4",
"description": "Component build tool",

@@ -11,3 +11,3 @@ "keywords": [

"dependencies": {
"component-require": "0.2.0",
"component-require": "0.2.1",
"batch": "0.2.1",

@@ -14,0 +14,0 @@ "mkdirp": "0.3.4",

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