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

grecaptcha

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grecaptcha - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

grecaptcha.js

12

package.json
{
"name": "grecaptcha",
"version": "1.0.0",
"version": "1.0.1",
"description": "reCAPTCHA v2 client for Node",
"main": "recaptcha.js",
"main": "grecaptcha.js",
"scripts": {
"test": "echo \"Tested before deployment.\" && exit 0",
"test-dev": "node test.js",
"prepublishOnly": "npm run test-dev"
"test": "node test.js"
},

@@ -33,7 +31,7 @@ "repository": {

"files": [
"recaptcha.js"
"grecaptcha.js"
],
"dependencies": {
"phin": "^2.8.1"
"centra": "^1.0.1"
}
}

@@ -39,5 +39,5 @@ # grecaptcha

}
}).catch(err) {
}).catch((err) => {
// Request failed.
}
})
```
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