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

esfunctional

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esfunctional - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

2

lib/v1/index.js

@@ -501,3 +501,3 @@ 'use strict';

if (!isArray && typeOfThis !== 'Object') return this === that ? '' : (
if (!isArray && typeOfThis !== 'Object') return (this && this.valueOf()) === (that && that.valueOf()) ? '' : (
mustHaveOut('+', 'green', indent, key, JSON.stringify(that), 'should be value, ...') +

@@ -504,0 +504,0 @@ mustHaveOut('-', 'red', indent, key, JSON.stringify(this), '... but is value.')

{
"name": "esfunctional",
"version": "1.0.9",
"version": "1.0.10",
"description": "Next Generation EcmaScript Functional Helpers",

@@ -5,0 +5,0 @@ "main": "lib/v1/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