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

traceur

Package Overview
Dependencies
Maintainers
2
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

traceur - npm Package Compare versions

Comparing version 0.0.86 to 0.0.87

6

package.json
{
"name": "traceur",
"version": "0.0.86",
"version": "0.0.87",
"description": "ES6 to ES5 compiler",

@@ -42,3 +42,3 @@ "keywords": [

"dependencies": {
"commander": "2.x",
"commander": "2.6",
"glob": "4.3",

@@ -58,3 +58,3 @@ "rsvp": "^3.0.13",

"requirejs": "2.x",
"traceur": "0.0.85",
"traceur": "0.0.86",
"promises-aplus-tests": "2.x",

@@ -61,0 +61,0 @@ "webcomponents.js": "^0.5.4-1"

@@ -105,12 +105,10 @@ // Copyright 2013 Traceur Authors.

commandLine.command('*').action(function() {
// The callback seems to receive a "command" at the end of arguments
for (var i = 0; i < arguments.length - 1; i++) {
rootSources.push({name: arguments[i], type: 'module'});
}
});
commandLine.sourceMaps = false;
commandLine.parse(process.argv);
// Any remaining arguments become module inputs to compile
commandLine.args.forEach(function(arg) {
rootSources.push({name: arg, type: 'module'});
});
// commanderjs sets self[name]=defaultValue if the argument is null.

@@ -117,0 +115,0 @@ // To support --source-maps a legacy boolean we need to transfer the

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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