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

@qiwi/substrate-std

Package Overview
Dependencies
Maintainers
3
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qiwi/substrate-std - npm Package Compare versions

Comparing version 1.3.11 to 1.3.12

target/esm/index.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:37.681Z"
"date": "2023-02-16T10:44:43.485Z"
}

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

## @qiwi/substrate-std [1.3.12](https://github.com/qiwi/substrate/compare/@qiwi/substrate-std@1.3.11...@qiwi/substrate-std@1.3.12) (2023-02-16)
### Dependencies
* **@qiwi/substrate-types:** upgraded to 2.0.0
## @qiwi/substrate-std [1.3.11](https://github.com/qiwi/substrate/compare/@qiwi/substrate-std@1.3.10...@qiwi/substrate-std@1.3.11) (2022-11-29)

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

{
"name": "@qiwi/substrate-std",
"version": "1.3.11",
"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.3.12",
"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": "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": "jest",
"jest": "jest --config=jest.config.json --detectOpenHandles --forceExit",
"docs": "typedoc",
"build:stamp": "buildstamp --git --out.path buildstamp.json"
"build": "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",
"build:esm": "mkdirp target/esm && tsc -p tsconfig.json --target ES2020 --module es2020 --outDir target/esm",
"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:unit",
"test:unit": "jest --config=jest.config.json --detectOpenHandles --forceExit",
"docs": "typedoc"
},

@@ -42,8 +37,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",

@@ -53,4 +48,4 @@ "underscore": "1.13.6"

"dependencies": {
"@qiwi/substrate-types": "1.55.1",
"tslib": "^2.4.1"
"@qiwi/substrate-types": "2.0.0",
"tslib": "^2.5.0"
},

@@ -57,0 +52,0 @@ "license": "MIT",

/** @module @qiwi/substrate-std */
/** */
import { IStack } from '@qiwi/substrate-types'

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

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