Socket
Socket
Sign inDemoInstall

immutable-tuple

Package Overview
Dependencies
0
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.1 to 0.4.2

5

package.json
{
"name": "immutable-tuple",
"version": "0.4.1",
"description": "Immutable finite list objects with constant-time deep equality testing (===) and no memory leaks",
"version": "0.4.2",
"description": "Immutable finite list objects with constant-time equality testing (===) and no memory leaks",
"license": "MIT",

@@ -38,2 +38,3 @@ "author": {

"memoization",
"equality",
"deep equality",

@@ -40,0 +41,0 @@ "weakmap"

2

README.md
# immutable-tuple [![Build Status](https://travis-ci.org/benjamn/immutable-tuple.svg?branch=master)](https://travis-ci.org/benjamn/immutable-tuple)
Immutable finite list objects with constant-time deep equality testing (`===`) and no memory leaks.
Immutable finite list objects with constant-time equality testing (`===`) and no memory leaks.
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