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

chrome-webstore

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chrome-webstore - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

client.js

@@ -11,3 +11,3 @@

var VERSION = '20181009'
var VERSION = '20200316'

@@ -14,0 +14,0 @@

{
"name": "chrome-webstore",
"version": "1.3.0",
"version": "1.3.1",
"description": "Google Chrome Web Store HTTP Client",

@@ -5,0 +5,0 @@ "keywords": [

@@ -190,3 +190,3 @@

locale | `'bg'` | Set locale for the response data (defaults to 'en')
version | `20181009`| [API version](#chrome-web-store-api-version)
version | `20200316`| [API version](#chrome-web-store-api-version)
...options | `agent, timeout` | any [request-compose][compose-client-options] option

@@ -207,3 +207,3 @@

locale | `'bg'` | Set locale for the response data (defaults to 'en')
version | `20181009` | [API version](#chrome-web-store-api-version)
version | `20200316` | [API version](#chrome-web-store-api-version)
...options | `agent, timeout` | any [request-compose][compose-client-options] option

@@ -246,3 +246,3 @@

sort | `'helpful'` / `'recent'` | Sort order (defaults to helpful)
version | `20181009`| [API version](#chrome-web-store-api-version)
version | `20200316`| [API version](#chrome-web-store-api-version)
...options | `agent, timeout` | any [request-compose][compose-client-options] option

@@ -260,3 +260,3 @@

page | `2` | Start returning issues from page (page * count)
version | `20181009`| [API version](#chrome-web-store-api-version)
version | `20200316`| [API version](#chrome-web-store-api-version)
...options | `agent, timeout` | any [request-compose][compose-client-options] option

@@ -266,5 +266,5 @@

The Chrome Web Store REST API have a version string that needs to be passed with each request. For convenience the last known version of the REST API is hardcoded inside the module and set by default.
The Chrome Web Store REST API have a version string that needs to be sent with each request. For convenience the last known version of the REST API is hardcoded inside the module and set by default.
In case of `400 Bad Request` errors you might have to pass the correct REST API version explicitly, using the optional `version` argument.
In case of `400 Bad Request` errors you might have to set the correct REST API version explicitly, using the optional `version` argument.

@@ -277,3 +277,3 @@ The correct REST API `version` can be obtained as follows:

- Click on one of the requests and take a look at the `Request URL`
- Find the `pv` parameter in the `Request URL`, that's the `version` that you need to pass
- Find the `pv` parameter in the `Request URL`, that's the `version` that you need to set

@@ -280,0 +280,0 @@ # Examples

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