Comparing version 0.0.74 to 0.0.75
{ | ||
"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'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
10
10
38747
18
977
1