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

systemjs-builder

Package Overview
Dependencies
Maintainers
1
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

systemjs-builder - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

bower.json
{
"name": "systemjs-builder",
"main": "index.js",
"version": "0.1.0",
"version": "0.1.1",
"authors": [

@@ -6,0 +6,0 @@ "guybedford <guybedford@gmail.com>"

@@ -26,5 +26,5 @@ // NB move these CommonJS layers out into a static operation on the CommonJS module rather

this.requires.push(args[0].literalToken.processedValue);
}
return ScopeTransformer.prototype.transformCallExpression.call(this, tree);
}
return ScopeTransformer.prototype.transformCallExpression.call(this, tree);
}

@@ -65,3 +65,2 @@ exports.CJSRequireTransformer = CJSRequireTransformer;

.then(function(source) {
//console.log(source);
return { source: cjsOutput(load.name, deps, load.address, source, loader.baseURL) };

@@ -68,0 +67,0 @@ });

{
"name": "systemjs-builder",
"version": "0.1.0",
"version": "0.1.1",
"description": "",

@@ -11,7 +11,7 @@ "main": "index.js",

"rsvp": "^3.0.6",
"systemjs": "0.8.0",
"traceur": "0.0.56"
"systemjs": "0.8.1",
"traceur": "0.0.58"
},
"devDependencies": {
"es6-module-loader": "0.8.1"
"es6-module-loader": "0.8.2"
},

@@ -18,0 +18,0 @@ "scripts": {

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