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

reactify

Package Overview
Dependencies
Maintainers
1
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.2.2 to 0.3.0

fixtures/main.jsnox

4

package.json
{
"name": "reactify",
"version": "0.2.2",
"version": "0.3.0",
"description": "browserify v2 plugin for react from Facebook to support jsx",
"main": "lib/index.js",
"main": "index.js",
"dependencies": {

@@ -7,0 +7,0 @@ "react-tools": "~0.4.1",

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

`reactify` transform activates for files with either `.jsx` extension or `/**
@jsx React.DOM */` pragma as a first line for any `.js` file.
@jsx React.DOM */` pragma as a first line for any `.js` file. If you want it to
be activated for any file, use:
% browserify -t reactify/undoubted main.anyext
[Browserify]: http://browserify.org
[React]: http://facebook.github.io/react/

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