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

@qiwi/substrate-types

Package Overview
Dependencies
Maintainers
5
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qiwi/substrate-types - npm Package Compare versions

Comparing version 1.28.1 to 1.29.0

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# @qiwi/substrate-types [1.29.0](https://github.com/qiwi/substrate/compare/@qiwi/substrate-types@1.28.1...@qiwi/substrate-types@1.29.0) (2020-03-05)
### Features
* **types:** reserve stacktrace field for IClientEventDto ([d73aed3](https://github.com/qiwi/substrate/commit/d73aed3c6d3371f6be7587a234fa07cc094d8b27))
## @qiwi/substrate-types [1.28.1](https://github.com/qiwi/substrate/compare/@qiwi/substrate-types@1.28.0...@qiwi/substrate-types@1.28.1) (2020-03-05)

@@ -2,0 +9,0 @@

2

package.json
{
"name": "@qiwi/substrate-types",
"version": "1.28.1",
"version": "1.29.0",
"main": "target/es5/index.js",

@@ -5,0 +5,0 @@ "source": "target/ts/index.ts",

@@ -27,2 +27,3 @@ /** @module @qiwi/substrate-types */

details?: Record<string, any>;
stacktrace?: any;
}

@@ -27,2 +27,3 @@ /** @module @qiwi/substrate-types */

details?: Record<string, any>;
stacktrace?: any;
}

@@ -31,2 +31,3 @@ /** @module @qiwi/substrate-types */

details?: Record<string, any>
stacktrace?: any
}

@@ -59,2 +59,3 @@ declare module '@qiwi/substrate-types/target/es5/IAnyMap' {

details?: Record<string, any>;
stacktrace?: any;
}

@@ -61,0 +62,0 @@ }

@@ -76,2 +76,3 @@ /**

details?: { [key: string]: any, ... };
stacktrace?: any;
}

@@ -78,0 +79,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