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.2.1 to 1.2.2

12

client.js

@@ -56,3 +56,6 @@

qs: {
searchRequest: JSON.stringify([
pv: version || VERSION,
},
form: {
'f.req': JSON.stringify([
`http://chrome.google.com/extensions/permalink?id=${id}`,

@@ -64,3 +67,2 @@ locale || '',

]),
pv: version || VERSION,
}

@@ -76,3 +78,6 @@ })),

qs: {
searchOption: JSON.stringify([
pv: version || VERSION,
},
form: {
'f.req': JSON.stringify([
`http://chrome.google.com/extensions/permalink?id=${id}`,

@@ -87,3 +92,2 @@ null,

]),
pv: version || VERSION,
}

@@ -90,0 +94,0 @@ })),

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

@@ -18,6 +18,6 @@ "keywords": [

"dependencies": {
"request-compose": "^1.0.0"
"request-compose": "^1.2.1"
},
"devDependencies": {
"request-logs": "0.0.5"
"request-logs": "^1.0.3"
},

@@ -24,0 +24,0 @@ "bin": {},

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