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.4 to 0.0.5

1

index.d.ts

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

}
export declare type StringMapItem<T> = T extends StringMap<infer I> ? I : never;
export declare function allKeys<T>(input: StringMap<T | undefined>): Iterable<string>;

@@ -15,0 +16,0 @@ export declare function entries<T>(input: StringMap<T | undefined>): Iterable<Entry<T>>;

8

package.json
{
"name": "@ts-common/string-map",
"version": "0.0.4",
"version": "0.0.5",
"description": "",

@@ -31,10 +31,10 @@ "main": "index.js",

"nyc": "^12.0.2",
"tslint": "^5.10.0",
"tslint": "^5.11.0",
"tslint-immutable": "^4.6.0",
"typescript": "^2.9.2"
"typescript": "^3.0.0-rc"
},
"dependencies": {
"@ts-common/iterator": "0.0.21",
"@ts-common/iterator": "0.0.29",
"@ts-common/tuple": "0.0.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