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.7.0 to 0.7.1

6

History.md
0.7.1 / 2013-04-24
==================
* fix edge-case directory collision when a lookup path is within a lookup path
and has the same name as a component
0.7.0 / 2013-04-11

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

4

lib/builder.js

@@ -1,2 +0,1 @@

/**

@@ -16,2 +15,3 @@ * Module dependencies.

, read = fs.readFileSync
, exists = fs.existsSync
, mkdir = require('mkdirp')

@@ -287,3 +287,3 @@ , utils = require('./utils')

debug('lookup %s', name);
var yes = fs.existsSync(dir);
var yes = exists(join(dir, 'component.json'));

@@ -290,0 +290,0 @@ if (yes) {

{
"name": "component-builder",
"version": "0.7.0",
"version": "0.7.1",
"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