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

es6-module-transpiler

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es6-module-transpiler - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

dist/es6-module-transpiler.js

3

lib/abstract_compiler.js

@@ -1,2 +0,1 @@

// Generated by CoffeeScript 1.4.0
(function() {

@@ -91,3 +90,3 @@ "use strict";

import_ = imports_[_i];
_results.push(builder.set(import_, function() {
_results.push(builder["var"](import_, function() {
return builder.prop(dependencyName, import_);

@@ -94,0 +93,0 @@ }));

@@ -1,2 +0,1 @@

// Generated by CoffeeScript 1.4.0
(function() {

@@ -3,0 +2,0 @@ "use strict";

@@ -1,2 +0,1 @@

// Generated by CoffeeScript 1.4.0
(function() {

@@ -3,0 +2,0 @@ "use strict";

@@ -1,2 +0,1 @@

// Generated by CoffeeScript 1.4.0
(function() {

@@ -3,0 +2,0 @@ "use strict";

@@ -1,2 +0,1 @@

// Generated by CoffeeScript 1.4.0
(function() {

@@ -3,0 +2,0 @@ "use strict";

@@ -1,2 +0,1 @@

// Generated by CoffeeScript 1.4.0
(function() {

@@ -3,0 +2,0 @@ "use strict";

@@ -1,2 +0,1 @@

// Generated by CoffeeScript 1.4.0
(function() {

@@ -3,0 +2,0 @@ "use strict";

@@ -1,2 +0,1 @@

// Generated by CoffeeScript 1.4.0
(function() {

@@ -3,0 +2,0 @@ "use strict";

@@ -1,2 +0,1 @@

// Generated by CoffeeScript 1.4.0
(function() {

@@ -3,0 +2,0 @@ "use strict";

@@ -1,2 +0,1 @@

// Generated by CoffeeScript 1.4.0
(function() {

@@ -3,0 +2,0 @@ "use strict";

@@ -1,2 +0,1 @@

// Generated by CoffeeScript 1.4.0
(function() {

@@ -3,0 +2,0 @@ "use strict";

@@ -1,2 +0,1 @@

// Generated by CoffeeScript 1.4.0
(function() {

@@ -3,0 +2,0 @@ "use strict";

{
"name": "es6-module-transpiler",
"version": "0.1.1",
"version": "0.1.2",
"description": "es6-module-transpiler is an experimental compiler that allows you to write your JavaScript or CoffeeScript using a subset of the current ES6 module syntax, and compile it into AMD, CommonJS, and globals styles.",
"homepage": "http://square.github.com/es6-module-transpiler",
"keywords": ["es6", "module", "transpile", "amd", "commonjs"],
"keywords": [
"es6",
"module",
"transpile",
"amd",
"commonjs"
],
"bugs": "https://github.com/square/es6-module-transpiler/issues",

@@ -26,4 +32,3 @@ "preferGlobal": true,

"scripts": {
"build": "bin/compile-modules --to .compiled --type cjs src/* && coffee -o lib/ -c .compiled/src && rm -rf .compiled",
"test": "npm run-script build && jasmine-node --coffee spec",
"test": "grunt && jasmine-node --coffee spec",
"package": "npm run-script test && gluejs --basepath lib --include . --exclude 'require_support' --out ../dist/es6-module-transpiler.js --global ModuleTranspiler && uglifyjs dist/es6-module-transpiler.js > dist/es6-module-transpiler.min.js"

@@ -33,4 +38,6 @@ },

"gluejs": "~0.2.0",
"uglify-js": "~2.2.4"
"uglify-js": "~2.2.4",
"grunt": "~0.4.0",
"grunt-cli": "~0.1.6"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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