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.1 to 0.8.0

5

History.md
0.8.0 / 2013-04-24
==================
* add root-level aliases. Closes #83
0.7.1 / 2013-04-24

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

@@ -504,2 +504,6 @@ /**

*
* Root-level dependencies are exposed at the global
* level so that users may utilize components with
* script tags within other frameworks etc.
*
* TODO: buildScripts() should do this, so that

@@ -548,2 +552,6 @@ * lazily-built components do not omit aliases.

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

@@ -550,0 +558,0 @@

2

package.json
{
"name": "component-builder",
"version": "0.7.1",
"version": "0.8.0",
"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