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.14.1 to 0.14.2

4

lib/builder.js

@@ -153,3 +153,3 @@ var Promise = require('rsvp').Promise;

function executeConfigFile(source, saveForReset, ignoreBaseURL) {
function executeConfigFile(saveForReset, ignoreBaseURL, source) {
var builder = this;

@@ -174,3 +174,3 @@ var curSystem = global.System;

var source = fs.readFileSync(configFile);
executeConfigFile.call(this, source, saveForReset, ignoreBaseURL);
executeConfigFile.call(this, saveForReset, ignoreBaseURL, source);
};

@@ -177,0 +177,0 @@

{
"name": "systemjs-builder",
"version": "0.14.1",
"version": "0.14.2",
"description": "SystemJS Build Tool",

@@ -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