Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

broccoli-es6-module-transpiler

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccoli-es6-module-transpiler - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

7

index.js

@@ -56,3 +56,8 @@ var Filter = require('broccoli-filter');

return compiler[transpilerMethods[this.type]]();
try {
return compiler[transpilerMethods[this.type]]();
} catch(e) {
e.file = filePath;
throw e;
}
};

@@ -59,0 +64,0 @@

2

package.json
{
"name": "broccoli-es6-module-transpiler",
"version": "0.1.0",
"version": "0.1.1",
"description": "Broccoli plugin for Square's ES6 Module Transpiler",

@@ -5,0 +5,0 @@ "main": "index.js",

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