Socket
Socket
Sign inDemoInstall

doiuse

Package Overview
Dependencies
Maintainers
3
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 3.0.0 to 3.0.1

4

lib/missing-support.js

@@ -75,4 +75,4 @@ 'use strict';

*/
function missing(browserRequest) {
var browsers = new BrowserSelection(browserRequest);
function missing(browserRequest, from) {
var browsers = new BrowserSelection(browserRequest, from);
var result = {};

@@ -79,0 +79,0 @@

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

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

Sorry, the diff of this file is not supported yet

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