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.7.0 to 1.8.0

lib/es5/ICurrency.d.ts

7

CHANGELOG.md

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

# [@qiwi/substrate-types-v1.8.0](https://github.com/qiwi/substrate/compare/v1.7.0...v1.8.0) (2019-03-27)
### Features
* add ICurrency ([#26](https://github.com/qiwi/substrate/issues/26)) ([c14f73b](https://github.com/qiwi/substrate/commit/c14f73b))
# [@qiwi/substrate-types-v1.7.0](https://github.com/qiwi/substrate/compare/v1.6.0...v1.7.0) (2019-03-26)

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

1

lib/es5/index.d.ts

@@ -10,1 +10,2 @@ export { IStringMap } from './IStringMap';

export { ICloneable } from './ICloneable';
export { ICurrency } from './ICurrency';

@@ -10,1 +10,2 @@ export { IStringMap } from './IStringMap';

export { ICloneable } from './ICloneable';
export { ICurrency } from './ICurrency';

@@ -10,1 +10,2 @@ export { IStringMap } from './IStringMap'

export { ICloneable } from './ICloneable'
export { ICurrency } from './ICurrency'

2

package.json
{
"name": "@qiwi/substrate-types",
"version": "1.7.0",
"version": "1.8.0",
"main": "lib/es5/index.js",

@@ -5,0 +5,0 @@ "types": "typings/index.d.ts",

@@ -12,2 +12,5 @@ declare module '@qiwi/substrate-types/lib/es5/IAnyMap' {

}
declare module '@qiwi/substrate-types/lib/es5/ICurrency' {
type ICurrency = string;
}
declare module '@qiwi/substrate-types/lib/es5/IEventEmitter' {

@@ -76,2 +79,3 @@ type IEventListener = (...args: any[]) => void;

export { ICloneable } from '@qiwi/substrate-types/lib/es5/ICloneable';
export { ICurrency } from '@qiwi/substrate-types/lib/es5/ICurrency';
}

@@ -78,0 +82,0 @@ declare module '@qiwi/substrate-types' {

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

}
declare module "@qiwi/substrate-types/lib/es5/ICurrency" {
declare type ICurrency = string;
}
declare module "@qiwi/substrate-types/lib/es5/IEventEmitter" {

@@ -123,2 +126,4 @@ declare type IEventListener = (...args: any[]) => void;

declare export { ICloneable } from "@qiwi/substrate-types/lib/es5/ICloneable";
declare export { ICurrency } from "@qiwi/substrate-types/lib/es5/ICurrency";
}

@@ -125,0 +130,0 @@ declare module "@qiwi/substrate-types" {

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