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.5.0 to 1.6.0

lib/es5/ICloneable.d.ts

7

CHANGELOG.md

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

# [@qiwi/substrate-types-v1.6.0](https://github.com/qiwi/substrate/compare/v1.5.0...v1.6.0) (2019-03-26)
### Features
* **types:** add ICloneable ([f046a34](https://github.com/qiwi/substrate/commit/f046a34)), closes [#8](https://github.com/qiwi/substrate/issues/8) [#25](https://github.com/qiwi/substrate/issues/25)
# [@qiwi/substrate-types-v1.5.0](https://github.com/qiwi/substrate/compare/v1.4.0...v1.5.0) (2019-03-26)

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

1

lib/es5/index.d.ts

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

export { TUtilGet } from './IUtilGet';
export { ICloneable } from './ICloneable';

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

export { TUtilGet } from './IUtilGet';
export { ICloneable } from './ICloneable';

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

export { TUtilGet } from './IUtilGet'
export { ICloneable } from './ICloneable'

2

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

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

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

}
declare module '@qiwi/substrate-types/lib/es5/ICloneable' {
interface ICloneable<T> {
clone(): T;
}
}
declare module '@qiwi/substrate-types/lib/es5/IEventEmitter' {

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

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

@@ -53,0 +59,0 @@ declare module '@qiwi/substrate-types' {

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

}
declare module "@qiwi/substrate-types/lib/es5/ICloneable" {
declare interface ICloneable<T> {
clone(): T;
}
}
declare module "@qiwi/substrate-types/lib/es5/IEventEmitter" {

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

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

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