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

babel-plugin-react-transform

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-react-transform - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

8

package.json
{
"name": "babel-plugin-react-transform",
"version": "1.0.4",
"version": "1.0.5",
"description": "Babel plugin to instrument React components with custom transforms",

@@ -18,9 +18,11 @@ "main": "lib/index.js",

"babel": "^5.8.23",
"mocha": "^2.2.5"
"mocha": "^2.2.5",
"rimraf": "^2.4.3"
},
"scripts": {
"clean": "rimraf lib",
"build": "babel-plugin build",
"test": "mocha --compilers js:babel/register",
"test:watch": "npm run test -- --watch",
"prepublish": "npm run build"
"prepublish": "npm run clean && npm run build"
},

@@ -27,0 +29,0 @@ "keywords": [

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