broccoli-es6-module-transpiler
Advanced tools
Comparing version 0.3.0 to 0.4.0
{ | ||
"name": "broccoli-es6-module-transpiler", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "Broccoli plugin for Square's ES6 Module Transpiler", | ||
@@ -32,3 +32,3 @@ "main": "index.js", | ||
"broccoli-writer": "^0.1.1", | ||
"es6-module-transpiler": "^0.6.2", | ||
"es6-module-transpiler": "^0.9.0", | ||
"mkdirp": "^0.5.0", | ||
@@ -42,4 +42,4 @@ "quick-temp": "^0.1.2", | ||
"expect.js": "^0.3.1", | ||
"mocha": "^1.20.1" | ||
"mocha": "^2.0.0" | ||
} | ||
} |
"use strict"; | ||
Object.seal(Object.defineProperties(exports, { | ||
baz: { | ||
get: function() { | ||
return baz; | ||
}, | ||
enumerable: true | ||
} | ||
})); | ||
var foo$bar$$ = require("./foo/bar"); | ||
var baz = foo$bar$$.default; | ||
exports.baz = baz; | ||
//# sourceMappingURL=foo.js.map |
"use strict"; | ||
exports["default"] = { testing: true }; | ||
Object.seal(Object.defineProperties(exports, { | ||
default: { | ||
get: function() { | ||
return foo$bar$$default; | ||
}, | ||
enumerable: true | ||
} | ||
})); | ||
var foo$bar$$default = { testing: true }; | ||
//# sourceMappingURL=bar.js.map |
"use strict"; | ||
exports["default"] = function() { }; | ||
Object.seal(Object.defineProperties(exports, { | ||
default: { | ||
get: function() { | ||
return accounting$js$accounting$$default; | ||
}, | ||
enumerable: true | ||
} | ||
})); | ||
var accounting$js$accounting$$default = function() { }; | ||
console.log('this is testing directories ending with .js'); | ||
//# sourceMappingURL=accounting.js.map |
"use strict"; | ||
Object.seal(exports); | ||
var accounting$js$accounting$$ = require("./accounting.js/accounting.js"); | ||
//# sourceMappingURL=index.js.map |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19479
19
315
1
+ Addedast-types@0.5.70.6.16(transitive)
+ Addedast-util@0.5.2(transitive)
+ Addedes6-module-transpiler@0.9.6(transitive)
+ Addedesprima-fb@10001.1.0-dev-harmony-fb7001.1.0-dev-harmony-fb(transitive)
+ Addedrecast@0.9.18(transitive)
+ Addedsource-map@0.1.43(transitive)
- Removedast-types@0.3.380.4.13(transitive)
- Removedast-util@0.1.2(transitive)
- Removedcls@0.1.5(transitive)
- Removedes6-module-transpiler@0.6.2(transitive)
- Removedrecast@0.6.10(transitive)
- Removedsource-map@0.1.32(transitive)
Updatedes6-module-transpiler@^0.9.0