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.5.0 to 0.5.1

5

History.md
0.5.1 / 2012-12-04
==================
* fix data uri support
0.5.0 / 2012-12-04

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

@@ -686,3 +686,8 @@

function isData(url) {
return 0 == url.indexOf('data:');
}
function rewrite(url) {
if (isData(url)) return url;
if (isAbsolute(url)) return url;

@@ -689,0 +694,0 @@ var name = normalize(builder.name);

2

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