Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

is-undefined

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-undefined - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

6

lib/index.js

@@ -12,4 +12,6 @@ "use strict";

*/
module.exports = function isUndefined(input) {
return input === undefined;
var u = void 0;
module.exports = function (input) {
return input === u;
};
{
"name": "is-undefined",
"version": "1.0.2",
"version": "1.0.3",
"description": "Check if a value is undefined or not.",

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

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