Socket
Socket
Sign inDemoInstall

traceur

Package Overview
Dependencies
Maintainers
1
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.16 to 0.0.17

4

package.json
{
"name": "traceur",
"version": "0.0.16",
"version": "0.0.17",
"description": "Experimental ES6 to ES5 compiler",

@@ -48,5 +48,5 @@ "keywords": [

"semver": "2.2.1",
"traceur": "0.0.15"
"traceur": "0.0.16"
},
"subdomain": "traceur"
}

@@ -28,2 +28,9 @@ // Copyright 2014 Traceur Authors.

global.System = System;
// If we are compiling into a package namespace, set up an alias table
// for the versions of the package.
var referrerName = traceur.options.referrer;
if (referrerName)
System.map = System.semverMap(referrerName);
module.exports = System;

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