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 4.0.2-beta.0 to 4.0.2-beta.1

7

index.d.ts

@@ -11,4 +11,9 @@ type Dictionary<Type> = {

export type Cache = import('./src/Cache').Cache;
type CacheClass = import('./src/Cache').Cache;
export interface Cache extends CacheClass {
constructor: Cache;
new (options: Options): Cache;
}
export type EqualityComparator = (object1: any, object2: any) => boolean;

@@ -15,0 +20,0 @@

2

package.json

@@ -101,3 +101,3 @@ {

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