Socket
Socket
Sign inDemoInstall

fela-utils

Package Overview
Dependencies
Maintainers
2
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fela-utils - npm Package Compare versions

Comparing version 11.2.0 to 11.3.0

2

es/isUndefinedValue.js
export default function isUndefinedValue(value) {
return value === undefined || value === null || typeof value === 'string' && value.match(/(undefined|null)/) !== null;
return value === undefined || value === null || typeof value === 'string' && value.match(/(undefined|null)/) !== null && value.match(/url/) === null;
}

@@ -8,3 +8,3 @@ 'use strict';

function isUndefinedValue(value) {
return value === undefined || value === null || typeof value === 'string' && value.match(/(undefined|null)/) !== null;
return value === undefined || value === null || typeof value === 'string' && value.match(/(undefined|null)/) !== null && value.match(/url/) === null;
}
{
"name": "fela-utils",
"version": "11.2.0",
"version": "11.3.0",
"description": "Internal utilities for Fela",

@@ -27,3 +27,3 @@ "main": "lib/index.js",

},
"gitHead": "180a1819c65d52f8f83d70fa717deeb6bb52389e"
"gitHead": "97148419e7941dbd5867b35df6ac4de6c5ed3e55"
}
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