Socket
Socket
Sign inDemoInstall

@thi.ng/memoize

Package Overview
Dependencies
Maintainers
1
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/memoize - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [2.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/memoize@2.0.4...@thi.ng/memoize@2.0.5) (2020-04-05)
**Note:** Version bump only for package @thi.ng/memoize
## [2.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/memoize@2.0.3...@thi.ng/memoize@2.0.4) (2020-03-28)

@@ -8,0 +16,0 @@

1

index.js

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

export * from "./api";
export * from "./defonce";

@@ -2,0 +3,0 @@ export * from "./memoize";

8

package.json
{
"name": "@thi.ng/memoize",
"version": "2.0.4",
"version": "2.0.5",
"description": "Function memoization with configurable caching",

@@ -34,3 +34,3 @@ "module": "./index.js",

"@types/node": "^13.7.4",
"mocha": "^7.0.1",
"mocha": "^7.1.1",
"nyc": "^15.0.0",

@@ -42,3 +42,3 @@ "ts-node": "^8.6.2",

"dependencies": {
"@thi.ng/api": "^6.9.0",
"@thi.ng/api": "^6.9.1",
"tslib": "^1.11.1"

@@ -60,3 +60,3 @@ },

},
"gitHead": "202477e312cf26869f0421e42a9a5fd80ff6adc8"
"gitHead": "1fbd320aece52cdf48c3f502a449109b2c9ccfd9"
}
<!-- This file is generated - DO NOT EDIT! -->
# ![@thi.ng/memoize](https://media.thi.ng/umbrella/banners/thing-memoize.svg?1585427323)
# ![memoize](https://media.thi.ng/umbrella/banners/thing-memoize.svg?fab914f9)

@@ -49,3 +49,3 @@ [![npm version](https://img.shields.io/npm/v/@thi.ng/memoize.svg)](https://www.npmjs.com/package/@thi.ng/memoize)

Package sizes (gzipped): ESM: 254 bytes / CJS: 305 bytes / UMD: 376 bytes
Package sizes (gzipped, pre-treeshake): ESM: 254 bytes / CJS: 305 bytes / UMD: 376 bytes

@@ -52,0 +52,0 @@ ## Dependencies

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