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.4 to 0.6.5

5

History.md
0.6.5 / 2013-03-29
==================
* fix: json to return self.conf to avoid race condition
0.6.4 / 2013-03-19

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

1

lib/builder.js

@@ -370,2 +370,3 @@

if (err) return fn(err);
if (self.conf) return fn(null, self.conf);
try {

@@ -372,0 +373,0 @@ self.conf = cache[path] = JSON.parse(str);

2

package.json
{
"name": "component-builder",
"version": "0.6.4",
"version": "0.6.5",
"description": "Component build tool",

@@ -5,0 +5,0 @@ "keywords": [

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