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.39.0 to 1.40.0

target/es5/INil.d.ts

7

CHANGELOG.md

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

# @qiwi/substrate-types [1.40.0](https://github.com/qiwi/substrate/compare/@qiwi/substrate-types@1.39.0...@qiwi/substrate-types@1.40.0) (2020-05-12)
### Features
* **types:** add INil type ([6fb69d9](https://github.com/qiwi/substrate/commit/6fb69d9402f4cedb49469b8b580246d709fd07e6))
# @qiwi/substrate-types [1.39.0](https://github.com/qiwi/substrate/compare/@qiwi/substrate-types@1.38.0...@qiwi/substrate-types@1.39.0) (2020-05-11)

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

@@ -421,2 +421,7 @@ /**

declare module "@qiwi/substrate-types/target/es5/INil" {
declare export type INil = null | void;
declare export type INullOrUndefined = INil;
}
declare module "@qiwi/substrate-types/target/es5/helpers" {

@@ -760,2 +765,7 @@ declare export type UnionToIntersection<

declare export { IExtra } from "@qiwi/substrate-types/target/es5/IExtra";
declare export {
INil,
INullOrUndefined
} from "@qiwi/substrate-types/target/es5/INil";
}

@@ -906,2 +916,7 @@

declare export { IExtra as Extra } from "@qiwi/substrate-types/target/es5/IExtra";
declare export {
INil as Nil,
INullOrUndefined as NullOrUndefined
} from "@qiwi/substrate-types/target/es5/INil";
}

@@ -908,0 +923,0 @@

4

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

@@ -56,3 +56,3 @@ "source": "target/ts/index.ts",

"replace-in-file": "6.0.0",
"ts-loader": "7.0.3",
"ts-loader": "7.0.4",
"ts-node": "8.10.1",

@@ -59,0 +59,0 @@ "ts-to-flow": "0.0.3",

@@ -33,1 +33,2 @@ /** @module @qiwi/substrate-types */

export { IExtra as Extra } from './IExtra';
export { INil as Nil, INullOrUndefined as NullOrUndefined, } from './INil';

@@ -33,1 +33,2 @@ /** @module @qiwi/substrate-types */

export { IExtra } from './IExtra';
export { INil, INullOrUndefined, } from './INil';

@@ -33,1 +33,2 @@ /** @module @qiwi/substrate-types */

export { IExtra as Extra } from './IExtra';
export { INil as Nil, INullOrUndefined as NullOrUndefined, } from './INil';

@@ -33,1 +33,2 @@ /** @module @qiwi/substrate-types */

export { IExtra } from './IExtra';
export { INil, INullOrUndefined, } from './INil';

@@ -86,1 +86,5 @@ /** @module @qiwi/substrate-types */

export { IExtra as Extra } from './IExtra'
export {
INil as Nil,
INullOrUndefined as NullOrUndefined,
} from './INil'

@@ -86,1 +86,5 @@ /** @module @qiwi/substrate-types */

export { IExtra } from './IExtra'
export {
INil,
INullOrUndefined,
} from './INil'

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

}
declare module '@qiwi/substrate-types/target/es5/INil' {
export type INil = null | undefined;
export type INullOrUndefined = INil;
}
declare module '@qiwi/substrate-types/target/es5/helpers' {

@@ -438,2 +442,3 @@ export type UnionToIntersection<U> = ((U extends any ? (k: U) => void : never) extends ((k: infer I) => void) ? I : never);

export { IExtra } from '@qiwi/substrate-types/target/es5/IExtra';
export { INil, INullOrUndefined, } from '@qiwi/substrate-types/target/es5/INil';
}

@@ -502,2 +507,3 @@ declare module '@qiwi/substrate-types/target/es5/IPool' {

export { IExtra as Extra } from '@qiwi/substrate-types/target/es5/IExtra';
export { INil as Nil, INullOrUndefined as NullOrUndefined, } from '@qiwi/substrate-types/target/es5/INil';
}

@@ -504,0 +510,0 @@ declare module '@qiwi/substrate-types/target/es5/extras' {

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