Socket
Socket
Sign inDemoInstall

update-browserslist-db

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

update-browserslist-db - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

5

index.js

@@ -71,2 +71,7 @@ let childProcess = require('child_process')

}
if (lock.mode === 'pnpm') {
return JSON.parse(
childProcess.execSync('pnpm info caniuse-lite --json').toString()
)
}
return JSON.parse(

@@ -73,0 +78,0 @@ childProcess.execSync('npm show caniuse-lite --json').toString()

2

package.json
{
"name": "update-browserslist-db",
"version": "1.0.9",
"version": "1.0.10",
"description": "CLI tool to update caniuse-lite to refresh target browsers from Browserslist config",

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

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