Socket
Socket
Sign inDemoInstall

doiuse

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

doiuse - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

cli.js

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

var out
if (argv.verbose >= 2) {

@@ -66,3 +67,3 @@ var features = require('./')(argv.browsers).info().features

for (var feat in features) {
var out = [features[feat].caniuseData.title]
out = [features[feat].caniuseData.title]
if (argv.verbose >= 3) {

@@ -82,3 +83,2 @@ out.push('\n', features[feat].missing.join(', '), '\n')

var out
if (argv.json) {

@@ -85,0 +85,0 @@ out = ldjson.serialize()

{
"name": "doiuse",
"version": "1.0.2",
"version": "1.0.3",
"description": "Lint CSS for browser support against caniuse database.",

@@ -30,3 +30,3 @@ "main": "lib/doiuse.js",

"dependencies": {
"browserslist": "^0.3.1",
"browserslist": "^0.5.0",
"caniuse-db": "^1.0.30000187",

@@ -33,0 +33,0 @@ "css-rule-stream": "^1.1.0",

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