Socket
Socket
Sign inDemoInstall

doiuse

Package Overview
Dependencies
Maintainers
1
Versions
54
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 2.4.0 to 2.4.1

6

lib/doiuse.js

@@ -52,9 +52,9 @@ 'use strict';

if (features[feature].missing) {
messages.push(' not supported by: ' + features[feature].missing);
messages.push('not supported by: ' + features[feature].missing);
}
if (features[feature].partial) {
messages.push(' only partially supported by: ' + features[feature].partial);
messages.push('only partially supported by: ' + features[feature].partial);
}
var message = features[feature].title + messages[0] + (messages[1] ? ' and ' + messages[1] : '') + ' (' + feature + ')';
var message = features[feature].title + ' ' + messages.join(' and ') + ' (' + feature + ')';

@@ -61,0 +61,0 @@ result.warn(message, { node: usage, plugin: 'doiuse' });

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

@@ -5,0 +5,0 @@ "main": "lib/doiuse.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc