Socket
Socket
Sign inDemoInstall

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.94 to 0.0.95

4

package.json
{
"name": "traceur",
"version": "0.0.94",
"version": "0.0.95",
"description": "ES6 to ES5 compiler",

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

"requirejs": "2.x",
"traceur": "0.0.93",
"traceur": "0.0.94",
"promises-aplus-tests": "2.x",

@@ -63,0 +63,0 @@ "webcomponents.js": "^0.5.4-1"

@@ -15,3 +15,3 @@ // Copyright 2015 Traceur Authors.

import {LoaderCompiler} from '../runtime/LoaderCompiler.js';
import {LoaderCompiler} from '../loader/LoaderCompiler.js';

@@ -18,0 +18,0 @@ export class NodeLoaderCompiler extends LoaderCompiler {

@@ -75,4 +75,4 @@ // Copyright 2012 Traceur Authors.

var TraceurLoader = traceur.runtime.TraceurLoader;
var InlineLoaderCompiler = traceur.runtime.InlineLoaderCompiler;
var TraceurLoader = traceur.loader.TraceurLoader;
var InlineLoaderCompiler = traceur.loader.InlineLoaderCompiler;
var Options = traceur.util.Options;

@@ -79,0 +79,0 @@

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

var System = new traceur.runtime.NodeTraceurLoader();
var System = new traceur.loader.NodeTraceurLoader();

@@ -23,0 +23,0 @@ var traceurMap;

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