New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bramus/caniuse-cli

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bramus/caniuse-cli - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

index.js

@@ -266,3 +266,3 @@ #!/usr/bin/env node

} = prepStats(item.stats);
console.log(clc.bold(wrap(`${item.title}`))); // @TODO: Strip HTML
console.log(clc.bold(wrap(`${item.title.replaceAll('<code>', '`').replaceAll('</code>', '`')}`))); // @TODO: More HTML to strip?
console.log(clc.underline(`https://caniuse.com/#feat=${item.key}`));

@@ -269,0 +269,0 @@ console.log();

{
"name": "@bramus/caniuse-cli",
"version": "1.1.1",
"version": "1.1.2",
"description": "Command line tool for “Can I Use…” and MDN Browser Compat Data",

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

"scripts": {
"upgrade-db": "npm update --save caniuse-db && git add package.json && git commit -m \"upgrade db\"",
"bump-version": "node ./bump_version.js",
"update-data": "npm update --save caniuse-db @mdn/browser-compat-data && git add package.json && git commit -m \"Update caniuse-db/bcd\"",
"lint": "eslint index.js",

@@ -29,4 +28,4 @@ "lintfix": "eslint --fix index.js",

"dependencies": {
"@mdn/browser-compat-data": "^5.5.50",
"caniuse-db": "^1.0.30001657",
"@mdn/browser-compat-data": "^5.5.51",
"caniuse-db": "^1.0.30001658",
"cli-color": "^1.4.0",

@@ -33,0 +32,0 @@ "omelette": "^0.4.17",

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