jsx-transform
Advanced tools
Comparing version 2.2.1 to 2.3.0
@@ -1,2 +0,2 @@ | ||
var Syntax = require('jstransform/node_modules/esprima-fb').Syntax; | ||
var Syntax = require('esprima-fb').Syntax; | ||
var utils = require('jstransform/src/utils'); | ||
@@ -3,0 +3,0 @@ |
{ | ||
"name": "jsx-transform", | ||
"version": "2.2.1", | ||
"version": "2.3.0", | ||
"description": "JSX transpiler. Desugar JSX into JavaScript. A standard and configurable implementation of JSX decoupled from React.", | ||
@@ -27,3 +27,3 @@ "files": [ | ||
"author": "Alex Mingoia <talk@alexmingoia.com>", | ||
"license": "BSD", | ||
"license": "0BSD", | ||
"bugs": { | ||
@@ -34,7 +34,8 @@ "url": "https://github.com/alexmingoia/jsx-transform/issues" | ||
"dependencies": { | ||
"esprima-fb": "^15001.1001.0-dev-harmony-fb", | ||
"jstransform": "^11.0.0", | ||
"through2": "^0.6.5" | ||
"through2": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"browserify": "^10.0.0", | ||
"browserify": "^13.0.0", | ||
"expect.js": "^0.3.1", | ||
@@ -44,8 +45,9 @@ "gulp": "^3.8.10", | ||
"gulp-jsdoc-to-markdown": "^1.0.2", | ||
"gulp-jshint": "^1.9.0", | ||
"gulp-jshint": "^2.0.0", | ||
"gulp-mocha": "^2.0.0", | ||
"gulp-rename": "^1.2.2", | ||
"jshint-stylish": "^1.0.1", | ||
"jshint": "^2.9.1", | ||
"jshint-stylish": "^2.1.0", | ||
"vinyl-source-stream": "^1.1.0" | ||
} | ||
} |
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
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
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
22519
0
0
3
11
+ Addedesprima-fb@15001.1001.0-dev-harmony-fb(transitive)
+ Addedisarray@1.0.0(transitive)
+ Addedprocess-nextick-args@2.0.1(transitive)
+ Addedreadable-stream@2.3.8(transitive)
+ Addedsafe-buffer@5.1.2(transitive)
+ Addedstring_decoder@1.1.1(transitive)
+ Addedthrough2@2.0.5(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
- Removedisarray@0.0.1(transitive)
- Removedreadable-stream@1.0.34(transitive)
- Removedstring_decoder@0.10.31(transitive)
- Removedthrough2@0.6.5(transitive)
Updatedthrough2@^2.0.0