Huge News!Announcing our $40M Series B led by Abstract Ventures.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.9 to 0.0.10

12

index.js

@@ -67,8 +67,7 @@ // Generated by LiveScript 1.4.0

} else {
if (keys(o1).length !== keys(o2).length) {
return false;
}
return all(function(key){
if (isType('Object', o1[key]) || isType('Array', o1[key])) {
return isEqualToObject(o1[key], o2[key]);
} else {
return o1[key] === o2[key];
}
return isEqualToObject(o1[key], o2[key]);
})(

@@ -159,3 +158,4 @@ keys(o1));

})(
keys(arr[0]));
keys(
arr[0]));
};

@@ -162,0 +162,0 @@ unwrap = curry$(function(f, depth, object){

{
"name": "prelude-extension",
"version": "0.0.9",
"version": "0.0.10",
"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