New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 0.0.3 to 0.0.4

2

lib/extract.js

@@ -35,3 +35,3 @@

var website = (html) => ({
website: /<h1[^<]+<\/h1><span[^<]+<a.*href="([^"]+)"/.exec(html)[1]
website: /href="(.*?)".*?Website/.exec(html)[1]
})

@@ -38,0 +38,0 @@

{
"name": "chrome-webstore",
"version": "0.0.3",
"version": "0.0.4",
"description": "Chrome WebStore Tools",

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

"html-entities": "^1.2.1",
"request-compose": "0.0.16"
"request-compose": "0.0.18"
},

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