Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-recaptcha

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-recaptcha - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

20

package.json
{
"name": "react-recaptcha",
"version": "2.0.0",
"version": "2.0.1",
"description": "A react.js reCAPTCHA for Google",

@@ -8,5 +8,6 @@ "main": "dist/react-recaptcha.js",

"start": "babel-node example/server.js",
"build": "webpack -p --config webpack.production.config.js",
"compile": "webpack -p --config webpack.production.config.js",
"lint": "eslint src example",
"test": "jest"
"test": "jest",
"prepublish": "npm run compile"
},

@@ -23,2 +24,6 @@ "repository": {

],
"pre-commit": [
"lint",
"test"
],
"author": "Bo-Yi Wu",

@@ -32,11 +37,12 @@ "license": "BSD",

"babel-core": "^5.8.25",
"babel-eslint": "^4.1.3",
"babel-jest": "^5.3.0",
"babel-loader": "^5.3.2",
"eslint": "^1.6.0",
"eslint-config-airbnb": "^0.1.0",
"eslint-plugin-react": "^3.5.1",
"eslint": "^1.9.0",
"eslint-config-airbnb": "^1.0.0",
"eslint-plugin-react": "^3.8.0",
"jest": "^0.1.40",
"jest-cli": "^0.5.4",
"pre-commit": "^1.1.2",
"react": "^0.14.0",
"react-addons-test-utils": "^0.14.0",
"react-dom": "^0.14.0",

@@ -43,0 +49,0 @@ "react-hot-loader": "^1.3.0",

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