prelude-extension
Advanced tools
Comparing version 0.0.6 to 0.0.7-x
11
index.js
@@ -31,14 +31,11 @@ // Generated by LiveScript 1.4.0 | ||
isEqualToObject = curry$(function(o1, o2){ | ||
if (toString$.call(o1).slice(8, -1) !== toString$.call(o2).slice(8, -1)) { | ||
return false; | ||
} | ||
if (any(function(it){ | ||
return isType(it, o1); | ||
})( | ||
['Boolan', 'Number', 'String'])) { | ||
['Boolan', 'Number', 'String', 'undefined'])) { | ||
return o1 === o2; | ||
} | ||
if ((typeof o1 === 'undefined' || o1 === null) || (typeof o2 === 'undefined' || o2 === null)) { | ||
return false; | ||
} | ||
if (toString$.call(o1).slice(8, -1) !== toString$.call(o2).slice(8, -1)) { | ||
return false; | ||
} | ||
if (toString$.call(o1).slice(8, -1) === 'Array') { | ||
@@ -45,0 +42,0 @@ if (o1.length !== o2.length) { |
{ | ||
"name": "prelude-extension", | ||
"version": "0.0.6", | ||
"version": "0.0.7x", | ||
"description": "prelude-extension", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
6738
196
1