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
3
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.3.0 to 0.4.0

tests/fixtures/commonjs/expected/foo.js.map

6

package.json
{
"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
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