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

jsx-transform

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsx-transform - npm Package Compare versions

Comparing version 2.2.1 to 2.3.0

2

lib/visitor.js

@@ -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"
}
}
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