New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

prelude-extension

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prelude-extension - npm Package Compare versions

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",

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