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

quickscraper-sdk

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quickscraper-sdk - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

.DS_Store

6

package.json
{
"name": "quickscraper-sdk",
"version": "1.1.6",
"version": "1.1.7",
"description": "Quick Scraper SDK NodeJS APIs",

@@ -8,3 +8,3 @@ "main": "index.js",

"engines": {
"node": "10.16.3"
"node": ">=10.16.3"
},

@@ -78,2 +78,2 @@ "scripts": {

]
}
}

@@ -154,2 +154,14 @@ # Quick Scraper NodeJS SDK

### Parser Addon
```javascript
const QuickScraper = require("quickscraper-sdk");
const QuickScraperClient = new QuickScraper();
QuickScraperClient.setAccessToken("YOUR_ACCESS_TOKEN");
const response = await QuickScraperClient.getHtml("http://httpbin.org/ip", {
parserSubscriptionId: 'YOUR_PARSER_SUBSCRIPTION_ID'
});
console.log(response);
```
## Do you need an expert?

@@ -156,0 +168,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