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

@waiting/shared-types

Package Overview
Dependencies
Maintainers
1
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@waiting/shared-types - npm Package Compare versions

Comparing version 5.7.2 to 5.8.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# 5.8.0 (2021-02-23)
**Note:** Version bump only for package @waiting/shared-types
## 5.7.2 (2021-02-23)

@@ -8,0 +16,0 @@

2

dist/index.cjs.js

@@ -5,3 +5,3 @@ /**

*
* @version 5.7.1
* @version 5.7.2
* @author waiting

@@ -8,0 +8,0 @@ * @license MIT

@@ -62,3 +62,3 @@ /**

*/
export declare type KeyFromValue<T extends Record<PropertyKey, PropertyKey>, V> = {
export declare type KeyFromValue<T, V> = {
[key in keyof T]: V extends T[key] ? key : never;

@@ -65,0 +65,0 @@ }[keyof T];

{
"name": "@waiting/shared-types",
"author": "waiting",
"version": "5.7.2",
"version": "5.8.0",
"description": "shared typescript types",

@@ -77,3 +77,3 @@ "keywords": [

},
"gitHead": "ffb7dfc66daaac4dfc4b29834ce3144f080cc7de"
"gitHead": "b0520586166120a2adc7ec5484f718758042409c"
}
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