Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

component-builder

Package Overview
Dependencies
Maintainers
24
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 1.1.0 to 1.1.1

6

build/utils.js

@@ -509,8 +509,4 @@ (function(

exports.rewriteUrl = function (branch) {
if (branch.type === 'local') return branch.relativePath || branch.name;
if (branch.type === 'dependency') return branch.name + '/' + branch.ref;
// make sure there's no leading `/`
return (branch.relativePath
? branch.relativePath + '/'
: '') + branch.name;
}

@@ -517,0 +513,0 @@

5

HISTORY.md
1.1.1 / 2014-04-06
==================
* fix local file rewriting
1.1.0 / 2014-04-05

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

@@ -49,8 +49,4 @@ var fs = require('graceful-fs')

exports.rewriteUrl = function (branch) {
if (branch.type === 'local') return branch.relativePath || branch.name;
if (branch.type === 'dependency') return branch.name + '/' + branch.ref;
// make sure there's no leading `/`
return (branch.relativePath
? branch.relativePath + '/'
: '') + branch.name;
}

@@ -57,0 +53,0 @@

{
"name": "component-builder",
"description": "builder for component",
"version": "1.1.0",
"version": "1.1.1",
"author": {

@@ -6,0 +6,0 @@ "name": "Jonathan Ong",

Sorry, the diff of this file is not supported yet

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