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.82 to 0.0.83

4

package.json
{
"name": "traceur",
"version": "0.0.82",
"version": "0.0.83",
"description": "ES6 to ES5 compiler",

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

"requirejs": "2.x",
"traceur": "0.0.81",
"traceur": "0.0.82",
"promises-aplus-tests": "2.x"

@@ -60,0 +60,0 @@ },

@@ -120,5 +120,2 @@ // Copyright 2013 Traceur Authors.

// Set the global options for back compat, but try to use options by argument.
traceurAPI.options.setFromObject(commandOptions);
if (!shouldExit && !rootSources.length) {

@@ -125,0 +122,0 @@ // TODO: Start trepl

@@ -61,3 +61,3 @@ // Copyright 2014 Traceur Authors.

var parsed = this.parse(contents.toString(), inputFilePath);
this.writeTreeToFile(this.transform(parsed, undefined, inputFilePath),
this.writeTreeToFile(this.transform(parsed, inputFilePath),
outputFilePath);

@@ -64,0 +64,0 @@ }.bind(this));

@@ -42,2 +42,3 @@ // Copyright 2012 Traceur Authors.

options.bundle = includes.length > 1;
var compiler = new NodeCompiler(options);

@@ -44,0 +45,0 @@

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