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.67 to 0.0.68

4

package.json
{
"name": "traceur",
"version": "0.0.67",
"version": "0.0.68",
"description": "ES6 to ES5 compiler",

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

"semver": "2.x",
"traceur": "0.0.66",
"traceur": "0.0.67",
"promises-aplus-tests": "2.x",

@@ -60,0 +60,0 @@ "compat-table": "git+https://github.com/kangax/compat-table.git#gh-pages",

@@ -109,16 +109,3 @@ // Copyright 2012 Traceur Authors.

var basePath;
if (referrerName) {
// The compile occurs two directories down from current directory,
// in src/node. Thus the names will appear as eg ../src/x.
// We want something like referrerName/src/x. So we need to give
// the normalize() the 'package' or root name with src/node append
// to represent the referrer from here.
referrerName = referrerName && referrerName + 'src/node';
// The basePath will replace options.referrer in our final filename.
// Since we are in src/node, we need to back up two directories.
basePath = path.join(__dirname, '../../');
} else {
basePath = path.resolve('./') + '/';
}
var basePath = path.resolve('./') + '/';
basePath = basePath.replace(/\\/g, '/');

@@ -125,0 +112,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