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

@qiwi/substrate-std

Package Overview
Dependencies
Maintainers
5
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.0.36 to 1.0.37

10

CHANGELOG.md

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

## @qiwi/substrate-std [1.0.37](https://github.com/qiwi/substrate/compare/@qiwi/substrate-std@1.0.36...@qiwi/substrate-std@1.0.37) (2020-07-20)
### Dependencies
* **@qiwi/substrate-types:** upgraded to 1.43.1
## @qiwi/substrate-std [1.0.36](https://github.com/qiwi/substrate/compare/@qiwi/substrate-std@1.0.35...@qiwi/substrate-std@1.0.36) (2020-07-07)

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

74

package.json

@@ -1,1 +0,73 @@

{"name":"@qiwi/substrate-std","version":"1.0.36","main":"target/es5/index.js","source":"target/ts/index.ts","types":"target/es5/index.d.ts","typescript":{"definition":"target/es5/index.d.ts"},"typesVersions":{">=3.1":{"*":["target/es5/index.d.ts","src/test/ts/*"]}},"scripts":{"clean":"rm -rf target","build":"yarn build:es5 && yarn build:es6 && yarn build:ts && yarn build:libdef && yarn docs","build:es5":"mkdir -p target/es5 && tsc -p tsconfig.json --target ES5 --outDir target/es5","build:es6":"mkdir -p target/es6 && tsc -p tsconfig.json --target ES6 --outDir target/es6","build:ts":"cp -r src/main/ts/ target/ts/","build:libdef":"dts-generator --project ./ --out typings/index.d.ts --prefix @qiwi/substrate-std/target/es5 --name @qiwi/substrate-std --main @qiwi/substrate-std/target/es5/index && libdeffix --dts=./typings/index.d.ts --prefix=@qiwi/substrate-std/target/es5 && flowgen typings/index.d.ts --output-file flow-typed/index.flow.js","test":"yarn jest","jest":"jest --config=jest.config.json","docs":"typedoc --readme README.md --tsconfig ./tsconfig.json ./src/main && touch ./docs/.nojekyll || exit 0"},"files":["README.md","CHANGELOG.md","typings","flow-typed","target"],"devDependencies":{"@qiwi/libdefkit":"^1.0.2","@qiwi/uniconfig":"3.3.1","@types/bluebird":"3.5.32","@types/config":"0.0.36","@types/jest":"26.0.4","@types/lodash":"4.14.157","@types/node":"14.0.18","@types/parsimmon":"1.10.2","@types/underscore":"1.10.4","bluebird":"3.7.2","conf":"7.0.1","config":"3.3.1","dtslint":"3.6.12","lodash":"4.17.15","ts-loader":"7.0.5","ts-node":"8.10.2","ts-to-flow":"0.0.3","typescript":"3.9.6","underscore":"1.10.2","typedoc":"0.17.8","typedoc-plugin-external-module-name":"4.0.3"},"dependencies":{"@qiwi/substrate-types":"1.43.0"},"peerDependencies":{},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/qiwi/substrate.git"},"keywords":[],"bugs":{"url":"https://github.com/qiwi/substrate/issues"},"optionalDependencies":{}}
{
"name": "@qiwi/substrate-std",
"version": "1.0.37",
"main": "target/es5/index.js",
"source": "target/ts/index.ts",
"types": "target/es5/index.d.ts",
"typescript": {
"definition": "target/es5/index.d.ts"
},
"typesVersions": {
">=3.1": {
"*": [
"target/es5/index.d.ts",
"src/test/ts/*"
]
}
},
"scripts": {
"clean": "rm -rf target",
"build": "yarn build:es5 && yarn build:es6 && yarn build:ts && yarn build:libdef && yarn docs",
"build:es5": "mkdir -p target/es5 && tsc -p tsconfig.json --target ES5 --outDir target/es5",
"build:es6": "mkdir -p target/es6 && tsc -p tsconfig.json --target ES6 --outDir target/es6",
"build:ts": "cp -r src/main/ts/ target/ts/",
"build:libdef": "dts-generator --project ./ --out typings/index.d.ts --prefix @qiwi/substrate-std/target/es5 --name @qiwi/substrate-std --main @qiwi/substrate-std/target/es5/index && libdeffix --dts=./typings/index.d.ts --prefix=@qiwi/substrate-std/target/es5 && flowgen typings/index.d.ts --output-file flow-typed/index.flow.js",
"test": "yarn jest",
"jest": "jest --config=jest.config.json",
"docs": "typedoc --readme README.md --tsconfig ./tsconfig.json ./src/main && touch ./docs/.nojekyll || exit 0"
},
"files": [
"README.md",
"CHANGELOG.md",
"typings",
"flow-typed",
"target"
],
"devDependencies": {
"@qiwi/libdefkit": "^1.0.2",
"@qiwi/uniconfig": "3.3.1",
"@types/bluebird": "3.5.32",
"@types/config": "0.0.36",
"@types/jest": "26.0.5",
"@types/lodash": "4.14.157",
"@types/node": "14.0.23",
"@types/parsimmon": "1.10.2",
"@types/underscore": "1.10.11",
"bluebird": "3.7.2",
"conf": "7.1.1",
"config": "3.3.1",
"dtslint": "3.6.12",
"lodash": "4.17.19",
"ts-loader": "8.0.1",
"ts-node": "8.10.2",
"ts-to-flow": "0.0.3",
"typescript": "3.9.7",
"underscore": "1.10.2",
"typedoc": "0.17.8",
"typedoc-plugin-external-module-name": "4.0.3"
},
"dependencies": {
"@qiwi/substrate-types": "1.43.1"
},
"peerDependencies": {},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/qiwi/substrate.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/qiwi/substrate/issues"
},
"optionalDependencies": {}
}
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