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 4.4.0 to 4.5.0

dist/lib/database.d.ts

11

CHANGELOG.md

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

# [4.5.0](https://github.com/waitingsong/shared-types/compare/v4.4.0...v4.5.0) (2020-06-30)
### Features
* **types:** add types of database ([c2cdbe8](https://github.com/waitingsong/shared-types/commit/c2cdbe8daed2a779c35d536d2cc7fc4074e4ed0f))
# [4.4.0](https://github.com/waitingsong/shared-types/compare/v4.3.0...v4.4.0) (2020-06-30)

@@ -8,0 +19,0 @@

2

dist/index.cjs.js

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

*
* @version 4.3.0
* @version 4.4.0
* @author waiting

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

@@ -78,2 +78,5 @@ /**

export declare type Equals<X, Y> = (<T>() => T extends X ? 1 : 2) extends (<T>() => T extends Y ? 1 : 2) ? true : false;
export declare type OverwriteNeverToUnknown<T extends any> = {
[fld in keyof T]: T[fld] extends never ? unknown : T[fld];
};
export {};

@@ -7,1 +7,2 @@ export * from './alias';

export * from './tuple';
export * from './database';

@@ -7,1 +7,2 @@ export * from './alias';

export * from './tuple';
export * from './database';
{
"name": "@waiting/shared-types",
"author": "waiting",
"version": "4.4.0",
"version": "4.5.0",
"description": "shared typescript types",

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

},
"gitHead": "20c611b5eece54cbe8c6ce57aeb069ee656337be"
"gitHead": "10e73fbc02a033c1a72f809d3e9a8f1aad7eeea0"
}
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