Socket
Book a DemoInstallSign in
Socket

es6-module-transpiler-brunch

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version

to
0.0.4

3

lib/index.js

@@ -16,4 +16,5 @@ // Generated by CoffeeScript 1.6.3

this.debug = config.es6ModuleTranspiler.debug || false;
this.match = new RegExp(config.es6ModuleTranspiler.match);
this.match = new RegExp(config.es6ModuleTranspiler.match || /^app/);
} else {
this.debug = false;
this.match = new RegExp(/^app/);

@@ -20,0 +21,0 @@ }

{
"name": "es6-module-transpiler-brunch",
"version": "0.0.3",
"version": "0.0.4",
"description": "Brunch plugin for es6-module-transpiler",

@@ -5,0 +5,0 @@ "main": "./lib/index",