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

@thi.ng/memoize

Package Overview
Dependencies
Maintainers
1
Versions
163
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.3 to 2.0.4

18

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

## [2.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/memoize@2.0.2...@thi.ng/memoize@2.0.3) (2020-03-06)
## [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)

@@ -15,18 +15,2 @@ **Note:** Version bump only for package @thi.ng/memoize

## [2.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/memoize@2.0.1...@thi.ng/memoize@2.0.2) (2020-02-26)
**Note:** Version bump only for package @thi.ng/memoize
## [2.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/memoize@2.0.0...@thi.ng/memoize@2.0.1) (2020-02-26)
**Note:** Version bump only for package @thi.ng/memoize
# [2.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/memoize@1.1.8...@thi.ng/memoize@2.0.0) (2020-02-25)

@@ -33,0 +17,0 @@

9

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

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

"clean": "rimraf *.js *.d.ts .nyc_output build coverage doc lib",
"doc:readme": "../../scripts/generate-readme",
"doc:readme": "ts-node -P ../../tools/tsconfig.json ../../tools/src/readme.ts",
"doc": "node_modules/.bin/typedoc --mode modules --out doc src",

@@ -42,3 +42,4 @@ "doc:ae": "mkdir -p .ae/doc .ae/temp && node_modules/.bin/api-extractor run --local --verbose",

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

@@ -59,3 +60,3 @@ "keywords": [

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

@@ -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: 0.2KB / CJS: 0.3KB / UMD: 0.4KB
Package sizes (gzipped): ESM: 254 bytes / CJS: 305 bytes / UMD: 376 bytes

@@ -55,2 +55,3 @@ ## Dependencies

- [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/develop/packages/api)
- [tslib](https://github.com/thi-ng/umbrella/tree/develop/packages/undefined)

@@ -65,16 +66,7 @@ ## Usage examples

### multitouch <!-- NOTOC -->
| Screenshot | Description | Live demo | Source |
| -------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- | --------------------------------------------------------- | -------------------------------------------------------------------------------------- |
| | Basic rstream-gestures multi-touch demo | [Demo](https://demo.thi.ng/umbrella/multitouch/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/multitouch) |
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/rstream-spreadsheet.png" width="240"/> | rstream based spreadsheet w/ S-expression formula DSL | [Demo](https://demo.thi.ng/umbrella/rstream-spreadsheet/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/rstream-spreadsheet) |
Basic rstream-gestures multi-touch demo
[Live demo](https://demo.thi.ng/umbrella/multitouch/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/multitouch)
### rstream-spreadsheet <!-- NOTOC -->
![screenshot](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/rstream-spreadsheet.png)
rstream based spreadsheet w/ S-expression formula DSL
[Live demo](https://demo.thi.ng/umbrella/rstream-spreadsheet/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/rstream-spreadsheet)
## API

@@ -81,0 +73,0 @@

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