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.92 to 0.0.93

7

package.json
{
"name": "traceur",
"version": "0.0.92",
"version": "0.0.93",
"description": "ES6 to ES5 compiler",

@@ -56,4 +56,7 @@ "keywords": [

"regexpu": "1.1.0",
"regenerate": "1.2.1",
"regjsgen": "0.2.0",
"regjsparser": "0.1.5",
"requirejs": "2.x",
"traceur": "0.0.91",
"traceur": "0.0.92",
"promises-aplus-tests": "2.x",

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

@@ -140,6 +140,9 @@ // Copyright 2013 Traceur Authors.

}).catch(function(err) {
var errors = err.errors || [err];
errors.forEach(function(err) {
console.error(err.stack || err);
});
if (err.name === 'MultipleErrors') {
err.errors.forEach(function(err) {
console.error(err);
});
} else {
console.error(err);
}
process.exit(1);

@@ -146,0 +149,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