Socket
Socket
Sign inDemoInstall

fast-typescript-memoize

Package Overview
Dependencies
1
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

2

dist/Memoize.d.ts

@@ -45,3 +45,3 @@ /**

value?: TValue;
}) => ((a1: unknown, a2: unknown, ...args: unknown[]) => never) extends TValue ? "provide-hasher-when-method-has-more-than-one-arg" : void;
}) => ((a1: unknown, a2: unknown, ...args: unknown[]) => never) extends TValue ? TValue extends (a1: never, a2: never, ...args: never[]) => unknown ? "provide-hasher-when-method-has-more-than-one-arg" : void : void;
//# sourceMappingURL=Memoize.d.ts.map
{
"name": "fast-typescript-memoize",
"version": "1.1.0",
"version": "1.1.1",
"description": "Fast memoization decorator and other helpers with 1st class support for Promises.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/dimikot/fast-typescript-memoize#readme",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc