Socket
Socket
Sign inDemoInstall

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.4.3 to 0.4.4

5

compilers/cjs.js

@@ -86,3 +86,3 @@ // NB move these CommonJS layers out into a static operation on the CommonJS module rather?

if (!source) source = ' ';
var options = {script: true, sourceMaps: 'memory'};
var options = {script: true};
var compiler = new traceur.Compiler(options);

@@ -96,6 +96,5 @@ var tree = compiler.parse(source, fileName);

return Promise.resolve({
source: output,
sourceMap: compiler.getSourceMap()
source: output
});
}
exports.remap = remap;

2

package.json
{
"name": "systemjs-builder",
"version": "0.4.3",
"version": "0.4.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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