Socket
Socket
Sign inDemoInstall

memoize-id

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

4

package.json
{
"name": "memoize-id",
"version": "0.1.1",
"description": "Memoize a function by the identity of its arguments",
"version": "0.1.2",
"description": "Memoize a function by the identity of its arguments, using ES2015 Map",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "scripts": {

@@ -50,3 +50,3 @@ # memoize-id [![npm][npm-badge]][npm] [![Build Status][travis-badge]][travis]

[Map]: (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map
[Map]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map
[Symbol]: https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Symbol

@@ -53,0 +53,0 @@ [npm]: https://www.npmjs.com/package/memoize-id

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc