Socket
Socket
Sign inDemoInstall

memoizee

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

memoizee - npm Package Compare versions

Comparing version 0.4.14 to 0.4.15

25

package.json
{
"name": "memoizee",
"version": "0.4.14",
"version": "0.4.15",
"description": "Memoize/cache function results",

@@ -28,17 +28,17 @@ "author": "Mariusz Nowak <medikoo@medikoo.com> (http://www.medikoo.com/)",

"dependencies": {
"d": "1",
"es5-ext": "^0.10.45",
"es6-weak-map": "^2.0.2",
"d": "^1.0.1",
"es5-ext": "^0.10.53",
"es6-weak-map": "^2.0.3",
"event-emitter": "^0.3.5",
"is-promise": "^2.1",
"lru-queue": "0.1",
"next-tick": "1",
"timers-ext": "^0.1.5"
"is-promise": "^2.2.2",
"lru-queue": "^0.1.0",
"next-tick": "^1.1.0",
"timers-ext": "^0.1.7"
},
"devDependencies": {
"bluebird": "^3.5.1",
"eslint": "^5.3",
"eslint-config-medikoo-es5": "^1.6",
"bluebird": "^3.7.2",
"eslint": "^5.16.0",
"eslint-config-medikoo-es5": "^1.7.3",
"plain-promise": "^0.1.1",
"tad": "^0.2.7"
"tad": "^2.0.1"
},

@@ -58,3 +58,2 @@ "eslintConfig": {

"lint": "eslint --ignore-path=.gitignore .",
"lint-medikoo": "xlint --linter=node_modules/xlint-jslint-medikoo/index.js",
"test": "tad"

@@ -61,0 +60,0 @@ },

@@ -25,3 +25,3 @@ [![*nix build status][nix-build-image]][nix-build-url]

* Cache size can be **[limited on LRU basis](#limiting-cache-size)**
* Optionally [**accepts resolvers**](#resolvers) that normalize function arguments before passing them to underlying function.
* Optionally [**accepts resolvers**](#argument-resolvers) that normalize function arguments before passing them to underlying function.
* Optional [**reference counter mode**](#reference-counter), that allows more sophisticated cache management

@@ -56,2 +56,4 @@ * [**Profile tool**](#profiling--statistics) that provides valuable usage statistics

__Note__: Invocations that throw exceptions are not cached.
### Configuration

@@ -476,2 +478,18 @@

## Security contact information
To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security). Tidelift will coordinate the fix and disclosure.
---
<div align="center">
<b>
<a href="https://tidelift.com/subscription/pkg/npm-memoizee?utm_source=npm-memoizee&utm_medium=referral&utm_campaign=readme">Get professional support for d with a Tidelift subscription</a>
</b>
<br>
<sub>
Tidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies.
</sub>
</div>
### Contributors

@@ -478,0 +496,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