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

@ts-common/string-map

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ts-common/string-map - npm Package Compare versions

Comparing version 0.0.19 to 0.0.20

2

index.d.ts

@@ -14,3 +14,3 @@ import { Tuple2 } from "@ts-common/tuple";

export declare type PartialStringMap<K extends string, V> = {
readonly [k in K]: V;
readonly [k in K]?: V;
} & object;

@@ -17,0 +17,0 @@ export declare const toStringMap: <K extends string, V>(v: PartialStringMap<K, V>) => StringMap<V>;

{
"name": "@ts-common/string-map",
"version": "0.0.19",
"version": "0.0.20",
"description": "String Map",

@@ -5,0 +5,0 @@ "main": "index.js",

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