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

@qiwi/substrate-types

Package Overview
Dependencies
Maintainers
3
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.52.1 to 1.52.2

4

buildstamp.json
{
"git": {
"commitId": "30b0152f47aca0b1e93d799ac34c38eaf5aa4bc2",
"commitId": "a10621adfadc492e1782d5afcfd0699048e72523",
"repoUrl": "https://github.com/qiwi/substrate.git",
"repoName": "qiwi/substrate"
},
"date": "2021-06-10T06:34:23.772Z"
"date": "2021-08-27T16:47:53.128Z"
}

@@ -0,1 +1,16 @@

## @qiwi/substrate-types [1.52.2](https://github.com/qiwi/substrate/compare/@qiwi/substrate-types@1.52.1...@qiwi/substrate-types@1.52.2) (2021-08-27)
### Performance Improvements
* **deps:** update TS to v4.4.x, tslib to v2.3.1 ([c412850](https://github.com/qiwi/substrate/commit/c412850fcd095c196b71a6c7d7aab245a9d11671))
### Dependencies
* **@qiwi/substrate-infra:** upgraded to 1.1.5
## @qiwi/substrate-types [1.52.1](https://github.com/qiwi/substrate/compare/@qiwi/substrate-types@1.52.0...@qiwi/substrate-types@1.52.1) (2021-06-10)

@@ -2,0 +17,0 @@

@@ -7,10 +7,14 @@ /**

declare module "@qiwi/substrate-types" {
declare export * from "@qiwi/substrate-types/target/es5";
}
declare module "@qiwi/substrate-types/target/es5" {
declare export * from "@qiwi/substrate-types/target/es5/export"
declare export * from "@qiwi/substrate-types/target/es5/export";
declare export * from "@qiwi/substrate-types/target/es5/aliases"
declare export * from "@qiwi/substrate-types/target/es5/aliases";
declare export * from "@qiwi/substrate-types/target/es5/helpers"
declare export * from "@qiwi/substrate-types/target/es5/helpers";
declare export * from "@qiwi/substrate-types/target/es5/extras"
declare export * from "@qiwi/substrate-types/target/es5/extras";
}

@@ -287,5 +291,4 @@

declare module "@qiwi/substrate-types/target/es5/helpers" {
declare export type UnionToIntersection<
U
> = /* Flow doesn't support conditional types, use `$Call` utility type */ any;
declare export type UnionToIntersection<U> =
/* Flow doesn't support conditional types, use `$Call` utility type */ any;
declare export function mkenum<

@@ -306,8 +309,4 @@ T: {

> = /* Flow doesn't support conditional types, use `$Call` utility type */ any;
declare export type Extends<
T,
E,
R1,
R2
> = /* Flow doesn't support conditional types, use `$Call` utility type */ any;
declare export type Extends<T, E, R1, R2> =
/* Flow doesn't support conditional types, use `$Call` utility type */ any;
declare export type ExtendsOrNever<T, E> = Extends<T, E, T, empty>;

@@ -389,5 +388,4 @@ declare export type RecursivePartial<T> = $ObjMapi<

>;
declare export type GetLength<
original: any[]
> = /* Flow doesn't support conditional types, use `$Call` utility type */ any;
declare export type GetLength<original: any[]> =
/* Flow doesn't support conditional types, use `$Call` utility type */ any;
}

@@ -942,5 +940,4 @@

declare export type INormalPipe<E: INormalValue = INormalValue> = IPipe<E>;
declare export type INormalPipeline<
P: INormalPipe<> = INormalPipe<>
> = IPipeline<P>;
declare export type INormalPipeline<P: INormalPipe<> = INormalPipe<>> =
IPipeline<P>;
}

@@ -1000,5 +997,1 @@

}
declare module "@qiwi/substrate-types" {
declare export * from "@qiwi/substrate-types/target/es5"
}
{
"name": "@qiwi/substrate-types",
"version": "1.52.1",
"version": "1.52.2",
"main": "target/es5/index.js",

@@ -42,14 +42,13 @@ "source": "target/ts/index.ts",

"@qiwi/uniconfig": "3.5.1",
"@qiwi/substrate-infra": "1.1.4",
"@types/axios": "0.14.0",
"@types/bluebird": "3.5.35",
"@types/config": "0.0.38",
"@types/jest": "26.0.23",
"@types/lodash": "4.14.170",
"@types/node": "15.12.2",
"@qiwi/substrate-infra": "1.1.5",
"@types/bluebird": "3.5.36",
"@types/config": "0.0.39",
"@types/jest": "27.0.1",
"@types/lodash": "4.14.172",
"@types/node": "16.7.2",
"@types/parsimmon": "1.10.6",
"@types/underscore": "1.11.2",
"@types/underscore": "1.11.3",
"axios": "0.21.1",
"bluebird": "3.7.2",
"conf": "10.0.1",
"conf": "10.0.2",
"config": "3.3.6",

@@ -56,0 +55,0 @@ "lodash": "4.17.21",

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("./export"), exports);
tslib_1.__exportStar(require("./aliases"), exports);
tslib_1.__exportStar(require("./helpers"), exports);
tslib_1.__exportStar(require("./extras"), exports);
(0, tslib_1.__exportStar)(require("./export"), exports);
(0, tslib_1.__exportStar)(require("./aliases"), exports);
(0, tslib_1.__exportStar)(require("./helpers"), exports);
(0, tslib_1.__exportStar)(require("./extras"), exports);
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./export"), exports);
tslib_1.__exportStar(require("./aliases"), exports);
tslib_1.__exportStar(require("./helpers"), exports);
tslib_1.__exportStar(require("./extras"), exports);
(0, tslib_1.__exportStar)(require("./export"), exports);
(0, tslib_1.__exportStar)(require("./aliases"), exports);
(0, tslib_1.__exportStar)(require("./helpers"), exports);
(0, tslib_1.__exportStar)(require("./extras"), exports);
//# sourceMappingURL=index.js.map

@@ -0,1 +1,5 @@

declare module '@qiwi/substrate-types' {
/** */
export * from '@qiwi/substrate-types/target/es5';
}
// Generated by dts-bundle v0.7.5

@@ -557,5 +561,1 @@

declare module '@qiwi/substrate-types' {
/** */
export * from '@qiwi/substrate-types/target/es5';
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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