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.2.0 to 5.3.0

11

CHANGELOG.md

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

# [5.3.0](https://github.com/waitingsong/shared-types/compare/v5.2.0...v5.3.0) (2020-12-19)
### Features
* **types:** update JsonResp with optional prop reqId: string ([a22c419](https://github.com/waitingsong/shared-types/commit/a22c419a0ea060d4ba422474786e6ceadf67a800))
# [5.2.0](https://github.com/waitingsong/shared-types/compare/v5.1.0...v5.2.0) (2020-11-24)

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

2

dist/index.cjs.js

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

*
* @version 5.1.0
* @version 5.2.0
* @author waiting

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

/* eslint-disable @typescript-eslint/no-explicit-any */
export {};
/* eslint-disable max-len */
/* eslint-disable @typescript-eslint/no-explicit-any */
export {};

@@ -20,2 +20,4 @@ /** Value of key-value pairs object */

msg?: string | null;
/** Request id */
reqId?: string;
}
/* eslint-disable @typescript-eslint/no-explicit-any */
export {};
/* eslint-disable @typescript-eslint/no-explicit-any */
export {};

@@ -6,1 +6,2 @@ /**

*/
export {};
/* eslint-disable @typescript-eslint/no-explicit-any */
export {};
/* eslint-disable @typescript-eslint/no-explicit-any */
export {};
{
"name": "@waiting/shared-types",
"author": "waiting",
"version": "5.2.0",
"version": "5.3.0",
"description": "shared typescript types",

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

},
"gitHead": "39ec1d10d76154f1dfe635648ce2822c11a98710"
"gitHead": "8df749331e664613878d380bfaaaf1bc53a81a6f"
}
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