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.74 to 0.0.75

9

package.json
{
"name": "traceur",
"version": "0.0.74",
"version": "0.0.75",
"description": "ES6 to ES5 compiler",

@@ -58,9 +58,6 @@ "keywords": [

"semver": "2.x",
"traceur": "0.0.73",
"promises-aplus-tests": "2.x",
"compat-table": "git+https://github.com/kangax/compat-table.git#gh-pages",
"colors": "~0.6.0-1",
"cheerio": "~0.10.1"
"traceur": "0.0.74",
"promises-aplus-tests": "2.x"
},
"subdomain": "traceur"
}

@@ -24,3 +24,3 @@ // Copyright 2013 Traceur Authors.

// normalized module name.
var moduleName = filename.replace(/\\/g, '/').replace(/\.js$/,'');
var moduleName = filename.replace(/\\/g, '/');
var metadata = {

@@ -27,0 +27,0 @@ traceurOptions: options,

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

} else {
name = name.replace(/\.js$/,'');
if (input.format === 'inline')

@@ -141,0 +140,0 @@ optionsCopy.modules = 'inline';

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