@yavisht/has-key
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -1,2 +0,1 @@ | ||
// return true if key exists | ||
module.exports = function hasKey(obj, key) { | ||
@@ -3,0 +2,0 @@ if (Object.keys(obj).includes(key)) { |
{ | ||
"name": "@yavisht/has-key", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "Returns true if the object has a key", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
20
3444
7