node_two_captcha
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "node_two_captcha", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Node.js package for easy integration with 2Captcha API (Captcha Solver as a Service)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -15,3 +15,3 @@ # Node TwoCaptcha | ||
```bash | ||
npm install @infosimples/node_two_captcha | ||
npm install node_two_captcha | ||
``` | ||
@@ -27,3 +27,3 @@ | ||
// Import module | ||
const Client = require('@infosimples/node_two_captcha'); | ||
const Client = require('node_two_captcha'); | ||
@@ -30,0 +30,0 @@ // Declare your client |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1109643