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.5.1 to 0.6.0

5

index.js

@@ -11,3 +11,5 @@ var docblock = require('jstransform/src/docblock'),

function process(file, isJSXFile) {
function process(file, isJSXFile, transformer) {
transformer = transformer || transform;
var data = '';

@@ -44,1 +46,2 @@ function write(chunk) {

module.exports.process = process;
module.exports.isJSXExtensionRe = isJSXExtensionRe;

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

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