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

mem

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mem - npm Package Compare versions

Comparing version 9.0.2 to 10.0.0

2

dist/index.d.ts

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

declare type AnyFunction = (...arguments_: any) => any;
type AnyFunction = (...arguments_: any) => any;
interface CacheStorageContent<ValueType> {

@@ -3,0 +3,0 @@ data: ValueType;

{
"name": "mem",
"version": "9.0.2",
"version": "10.0.0",
"description": "Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input",

@@ -19,3 +19,3 @@ "license": "MIT",

"scripts": {
"test": "xo && ava && npm run build && tsd",
"test": "npm run build",
"build": "del-cli dist && tsc",

@@ -22,0 +22,0 @@ "prepack": "npm run build"

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