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 2.0.2 to 2.0.3

2

constants/index.js

@@ -7,3 +7,3 @@ "use strict";

BASE_URL: process.env.QS_BASE_URL || 'https://api.quickscraper.co/',
VERSION: process.env.npm_package_version || '2.0.2' // Increase version when you increase in package.json
VERSION: process.env.npm_package_version || '2.0.3' // Increase version when you increase in package.json
};

@@ -97,3 +97,3 @@ /// <reference types="node" />

getExcelUsingParser(url: string, filePath: string, parseOptions?: IParseOptions): Promise<IQuickScraperResponse>;
private post;
post(url: string, parseOptions?: IParseOptions): Promise<IQuickScraperResponse>;
private put;

@@ -100,0 +100,0 @@ account(): Promise<IAccountInfo>;

{
"name": "quickscraper-sdk",
"version": "2.0.2",
"version": "2.0.3",
"description": "Quick Scraper SDK NodeJS APIs",

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

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