New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@hscmap/tuple-map

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hscmap/tuple-map - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "@hscmap/tuple-map",
"version": "0.0.2",
"version": "0.0.3",
"main": "./lib/index.js",

@@ -5,0 +5,0 @@ "types": "./lib/index.d.ts",

@@ -6,6 +6,11 @@ # TupleMap

## Install
```sh
npm install --save @hscmap/tuple-map
```
## Example
```typescript
import { TupleMap } from "../src"
import { TupleMap } from "@hscmap/tuple-map"

@@ -12,0 +17,0 @@ const tm = new TupleMap<[number, number], string>()

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