New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

reactify

Package Overview
Dependencies
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reactify - npm Package Compare versions

Comparing version 0.8.1 to 0.9.0

.jshintrc

4

CHANGELOG.md
# CHANGELOG
## 0.9.0
* bump jstransform to 0.9.0
## 0.8.0

@@ -4,0 +8,0 @@

2

index.js

@@ -20,3 +20,3 @@ var docblock = require('jstransform/src/docblock');

function compile() {
var isJSXPragma = parsePragma(data).jsx != null;
var isJSXPragma = parsePragma(data).jsx !== undefined;

@@ -23,0 +23,0 @@ if (isJSXFile || isJSXPragma) {

{
"name": "reactify",
"version": "0.8.1",
"version": "0.9.0",
"description": "browserify v2 plugin for react from Facebook to support jsx",
"main": "index.js",
"dependencies": {
"jstransform": "2.x.x",
"jstransform": "^3.0.0",
"through": "~2.3.4",

@@ -15,3 +15,4 @@ "react-tools": ">= 0.9.0"

"semver": "~1.1.4",
"browserify": "3.x.x"
"browserify": "3.x.x",
"jshint": "^2.4.4"
},

@@ -18,0 +19,0 @@ "repository": {

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