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.8.0 to 0.8.1

5

History.md
0.8.1 / 2013-04-26
==================
* fix root-level aliases with .main. Closes #88
0.8.0 / 2013-04-24

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

2

lib/builder.js

@@ -552,3 +552,3 @@ /**

if (self.root) {
aliases.push(builder.alias(name + '/index.js', 'index.js'));
aliases.push(builder.alias(name + '/index.js', main || 'index.js'));
}

@@ -555,0 +555,0 @@

{
"name": "component-builder",
"version": "0.8.0",
"version": "0.8.1",
"description": "Component build tool",

@@ -23,3 +23,7 @@ "keywords": [

},
"repository": {
"type": "git",
"url": "https://github.com/component/builder.js.git"
},
"main": "index"
}
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