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

micro-memoize

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

micro-memoize - npm Package Compare versions

Comparing version 3.1.0-beta.0 to 3.1.0-beta.1

5

index.d.ts

@@ -11,2 +11,5 @@ declare namespace MicroMemoize {

export type Options = {
[key: string]: any;
[index: number]: any;
isEqual?: EqualityComparator;

@@ -47,2 +50,4 @@ isMatchingKey?: MatchingKeyComparator;

[key: string]: any;
[index: number]: any;
cache?: Cache;

@@ -49,0 +54,0 @@ cacheSnapshot?: Cache;

2

package.json

@@ -102,3 +102,3 @@ {

"types": "./index.d.ts",
"version": "3.1.0-beta.0"
"version": "3.1.0-beta.1"
}
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