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

@qiwi/substrate-abstract

Package Overview
Dependencies
Maintainers
3
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qiwi/substrate-abstract - npm Package Compare versions

Comparing version 1.20.10 to 1.20.11

target/esm/AError.d.ts

4

buildstamp.json
{
"git": {
"commitId": "60895c5b274dfae2ac20abf5d2fa6dc1f4b84c60",
"commitId": "139c10d71dfa6fb7df8870990f998d1972474f93",
"repoUrl": "https://github.com/qiwi/substrate.git",
"repoName": "qiwi/substrate"
},
"date": "2022-11-29T13:47:06.315Z"
"date": "2023-02-16T10:44:17.591Z"
}

@@ -0,1 +1,11 @@

## @qiwi/substrate-abstract [1.20.11](https://github.com/qiwi/substrate/compare/@qiwi/substrate-abstract@1.20.10...@qiwi/substrate-abstract@1.20.11) (2023-02-16)
### Dependencies
* **@qiwi/substrate-types:** upgraded to 2.0.0
## @qiwi/substrate-abstract [1.20.10](https://github.com/qiwi/substrate/compare/@qiwi/substrate-abstract@1.20.9...@qiwi/substrate-abstract@1.20.10) (2022-11-29)

@@ -2,0 +12,0 @@

{
"name": "@qiwi/substrate-abstract",
"description": "Abstract classes",
"version": "1.20.10",
"main": "target/es5/index.js",
"types": "target/es5/index.d.ts",
"typescript": {
"definition": "target/es5/index.d.ts"
},
"typesVersions": {
">=3.1": {
"*": [
"target/es5/index.d.ts",
"src/test/ts/*"
]
"version": "1.20.11",
"exports": {
".": {
"import": "./target/esm/index.js",
"require": "./target/cjs/index.js",
"types": "./target/esm/index.d.ts"
}
},
"types": "./target/esm/index.d.ts",
"scripts": {
"clean": "rimraf target buildcache flow-typed typings docs coverage buildstamp.json",
"build": "yarn aliasgen && concurrently -n yarn:build:es5 yarn:build:es6 yarn:build:ts yarn:build:libdef yarn:docs yarn:build:stamp",
"build:es5": "mkdirp target/es5 && tsc -p tsconfig.json --target ES5 --outDir target/es5",
"build:es6": "mkdirp target/es6 && tsc -p tsconfig.json --target ES6 --outDir target/es6",
"build:ts": "cpy src/main/ts/ target/ts/ --flat",
"build:libdef": "npx @qiwi/libdefkit -p libdefkit --tsconfig=tsconfig.json",
"test": "yarn test:libdefs && yarn jest",
"test:libdefs": "cp typings/index.d.ts src/test/ts/libdef/index.d.ts && yarn dtslint",
"jest": "jest --config=jest.config.json --detectOpenHandles --forceExit",
"dtslint": "dtslint src/test/ts/libdef --localTs ../../node_modules/typescript/lib --expectOnly",
"clean": "rimraf target buildcache docs coverage buildstamp.json",
"build": "yarn aliasgen && concurrently -n yarn:build:cjs yarn:build:ts yarn:docs yarn:build:stamp && yarn build:esm && yarn build:esmfix",
"build:cjs": "mkdirp target/cjs && tsc -p tsconfig.json --target ES5 --module commonjs --outDir target/cjs --tsBuildInfoFile buildcache/cjs.json",
"build:esm": "mkdirp target/esm && tsc -p tsconfig.json --target ES2020 --module es2020 --outDir target/esm --tsBuildInfoFile buildcache/esm.json",
"build:esmfix": "yarn tsc-esm-fix --target=target/esm",
"build:ts": "mkdirp target/ts && cp -R ./src/main/ts/. ./target/ts/.",
"build:stamp": "buildstamp --git --out.path buildstamp.json",
"test": "yarn test:libdef && yarn test:unit",
"test:libdef": "dtslint src/test/dts --localTs ../../node_modules/typescript/lib --expectOnly && echo 'dts is fine'",
"test:unit": "jest --config=jest.config.json --detectOpenHandles --forceExit",
"aliasgen": "node ../../scripts/js/alias-gen.js",
"docs": "typedoc",
"build:stamp": "buildstamp --git --out.path buildstamp.json"
"docs": "typedoc"
},

@@ -46,8 +40,8 @@ "files": [

"@types/config": "3.3.0",
"@types/lodash": "4.14.190",
"@types/lodash": "4.14.191",
"@types/parsimmon": "1.10.6",
"@types/underscore": "1.11.4",
"bluebird": "3.7.2",
"conf": "10.2.0",
"config": "3.3.8",
"conf": "11.0.1",
"config": "3.3.9",
"lodash": "4.17.21",

@@ -57,3 +51,3 @@ "underscore": "1.13.6"

"dependencies": {
"@qiwi/substrate-types": "1.55.1"
"@qiwi/substrate-types": "2.0.0"
},

@@ -60,0 +54,0 @@ "license": "MIT",

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