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

proxycrawl

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

proxycrawl - npm Package Compare versions

Comparing version 2.1.1 to 2.1.3

2

package.json
{
"name": "proxycrawl",
"version": "2.1.1",
"version": "2.1.3",
"description": "",

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

@@ -145,4 +145,3 @@ # ProxyCrawl node

Initialize the Scraper API and use it in the same way as the Crawling API (see above). Use it with your normal token.
The same methods `get`, `post`, `put` as the Crawling API are available to use.
Initialize the Scraper API and use it in the same way as the Crawling API (see above). Use it with your normal token.

@@ -149,0 +148,0 @@ ```javascript

@@ -17,4 +17,12 @@ const CrawlingAPI = require('./crawling-api.js');

post() {
throw Error('Only GET is allowed for the ScraperAPI');
}
put() {
throw Error('Only GET is allowed for the ScraperAPI');
}
}
module.exports = ScraperAPI;
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