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.4.0 to 0.5.0

CHANGELOG.md

8

package.json
{
"name": "reactify",
"version": "0.4.0",
"version": "0.5.0",
"description": "browserify v2 plugin for react from Facebook to support jsx",

@@ -8,7 +8,5 @@ "main": "index.js",

"jstransform": "1.x.x",
"through": "~2.3.4"
"through": "~2.3.4",
"react-tools": ">= 0.8.0"
},
"peerDependencies": {
"react-tools": ">= 0.5.x"
},
"devDependencies": {

@@ -15,0 +13,0 @@ "coffeeify": "~0.5.1",

@@ -5,3 +5,3 @@ [Browserify][] v2 transform for `text/jsx` (superset of JavaScript used in [React][] library).

% browserify -t reactify main.jsx
% browserify -t reactify main.js

@@ -8,0 +8,0 @@ `reactify` transform activates for files with either `.jsx` extension or `/**

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