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.27.1 to 1.28.0

7

CHANGELOG.md

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

# @qiwi/substrate-types [1.28.0](https://github.com/qiwi/substrate/compare/@qiwi/substrate-types@1.27.1...@qiwi/substrate-types@1.28.0) (2020-03-04)
### Features
* **types:** let all IClientEventMeta fields be optional ([f8ad0ad](https://github.com/qiwi/substrate/commit/f8ad0ad95f62ad781f977ffb97fa8236935aaeda))
## @qiwi/substrate-types [1.27.1](https://github.com/qiwi/substrate/compare/@qiwi/substrate-types@1.27.0...@qiwi/substrate-types@1.27.1) (2020-02-28)

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

2

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

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

@@ -12,8 +12,8 @@ /** @module @qiwi/substrate-types */

export interface IClientEventMeta {
appName: string;
appHost: string;
appVersion: string;
appNamespace: string;
appName?: string;
appHost?: string;
appVersion?: string;
appNamespace?: string;
appConfig?: Record<string, any>;
envProfile: EnvironmentProfile;
envProfile?: EnvironmentProfile;
deviceInfo?: Record<string, any>;

@@ -20,0 +20,0 @@ }

@@ -12,8 +12,8 @@ /** @module @qiwi/substrate-types */

export interface IClientEventMeta {
appName: string;
appHost: string;
appVersion: string;
appNamespace: string;
appName?: string;
appHost?: string;
appVersion?: string;
appNamespace?: string;
appConfig?: Record<string, any>;
envProfile: EnvironmentProfile;
envProfile?: EnvironmentProfile;
deviceInfo?: Record<string, any>;

@@ -20,0 +20,0 @@ }

@@ -15,8 +15,8 @@ /** @module @qiwi/substrate-types */

export interface IClientEventMeta {
appName: string
appHost: string
appVersion: string
appNamespace: string,
appName?: string
appHost?: string
appVersion?: string
appNamespace?: string,
appConfig?: Record<string, any>,
envProfile: EnvironmentProfile,
envProfile?: EnvironmentProfile,
deviceInfo?: Record<string, any>,

@@ -23,0 +23,0 @@ }

@@ -44,8 +44,8 @@ declare module '@qiwi/substrate-types/target/es5/IAnyMap' {

export interface IClientEventMeta {
appName: string;
appHost: string;
appVersion: string;
appNamespace: string;
appName?: string;
appHost?: string;
appVersion?: string;
appNamespace?: string;
appConfig?: Record<string, any>;
envProfile: EnvironmentProfile;
envProfile?: EnvironmentProfile;
deviceInfo?: Record<string, any>;

@@ -52,0 +52,0 @@ }

@@ -61,8 +61,8 @@ /**

declare export interface IClientEventMeta {
appName: string;
appHost: string;
appVersion: string;
appNamespace: string;
appName?: string;
appHost?: string;
appVersion?: string;
appNamespace?: string;
appConfig?: { [key: string]: any, ... };
envProfile: $Values<typeof EnvironmentProfile>;
envProfile?: $Values<typeof EnvironmentProfile>;
deviceInfo?: { [key: string]: any, ... };

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