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

chrome-webstore

Package Overview
Dependencies
Maintainers
0
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 2.0.1 to 2.0.2

8

map/detail.js

@@ -7,3 +7,3 @@

slug: detail[0][61],
url: detail[0][37],
url: `https://chromewebstore.google.com/detail/${detail[0][61]}/${detail[0][0]}`,
version: detail[6],

@@ -24,7 +24,5 @@ size: detail[25],

developer: {
email: detail[35][0] || null,
address: detail[35][1] || null,
policy: detail[35][2] || null,
policy: detail[41] || null,
verified: !!detail[0][34] || null,
trader: !!detail[35][3] || null,
trader: !!detail[0][78] || null,
},

@@ -31,0 +29,0 @@ website: detail[3],

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

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

"dependencies": {
"request-compose": "^2.1.6"
"request-compose": "^2.1.7"
},

@@ -21,0 +21,0 @@ "devDependencies": {

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