Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

js-utl

Package Overview
Dependencies
Maintainers
1
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-utl - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

2

package.json
{
"name": "js-utl",
"version": "1.3.0",
"version": "1.4.0",
"description": "A collection of JS utility functions to be used across several applications or libraries.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -73,3 +73,5 @@ /*

shallowEqual,
shallowObjectDiff
shallowObjectDiff,
nestedMapHas,
nestedMapSet
} from "./core";

@@ -155,3 +157,5 @@ export {

yieldCombinationsWithoutRepetition,
uniqueProgressiveIncrementalCombinations
uniqueProgressiveIncrementalCombinations,
yieldAllSubsequences,
yieldUniqueSubsequences
} from "./combinatorics";
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