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

@shopify/function-enhancers

Package Overview
Dependencies
Maintainers
13
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/function-enhancers - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

3

dist/memoize.d.ts

@@ -1,3 +0,2 @@

export declare type Resolver<T extends Function> = T;
export declare const MAX_MAP_ENTRIES = 50;
export default function memoize<F extends Function>(method: F, resolver?: Resolver<F>): F;
export default function memoize<Method extends (...args: any[]) => any>(method: Method, resolver?: (...args: Parameters<Method>) => any): Method;
{
"name": "@shopify/function-enhancers",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "A set of helpers to enhance functions.",

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