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.29 to 1.0.30

15

CHANGELOG.md

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

## @qiwi/substrate-std [1.0.30](https://github.com/qiwi/substrate/compare/@qiwi/substrate-std@1.0.29...@qiwi/substrate-std@1.0.30) (2020-05-20)
### Performance Improvements
* **package:** up deps ([e427c19](https://github.com/qiwi/substrate/commit/e427c196bb9c9ff75d22f966c82b18a86583ae61))
### Dependencies
* **@qiwi/substrate-types:** upgraded to 1.40.1
## @qiwi/substrate-std [1.0.29](https://github.com/qiwi/substrate/compare/@qiwi/substrate-std@1.0.28...@qiwi/substrate-std@1.0.29) (2020-05-12)

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

74

package.json

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

{
"name": "@qiwi/substrate-std",
"version": "1.0.29",
"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.1",
"@qiwi/uniconfig": "3.3.1",
"@types/bluebird": "3.5.30",
"@types/config": "0.0.36",
"@types/jest": "25.2.1",
"@types/lodash": "4.14.150",
"@types/node": "13.13.5",
"@types/parsimmon": "1.10.1",
"@types/underscore": "1.10.0",
"bluebird": "3.7.2",
"conf": "6.2.4",
"config": "3.3.1",
"dtslint": "3.5.2",
"lodash": "4.17.15",
"replace-in-file": "6.0.0",
"ts-loader": "7.0.4",
"ts-node": "8.10.1",
"ts-to-flow": "0.0.3",
"typescript": "3.8.3",
"underscore": "1.10.2",
"typedoc": "0.17.6",
"typedoc-plugin-external-module-name": "3.1.0"
},
"dependencies": {
"@qiwi/substrate-types": "^1.39.0"
},
"peerDependencies": {},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/qiwi/substrate.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/qiwi/substrate/issues"
}
}
{"name":"@qiwi/substrate-std","version":"1.0.30","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.31","@types/config":"0.0.36","@types/jest":"25.2.3","@types/lodash":"4.14.152","@types/node":"14.0.4","@types/parsimmon":"1.10.2","@types/underscore":"1.10.0","bluebird":"3.7.2","conf":"6.2.4","config":"3.3.1","dtslint":"3.6.3","lodash":"4.17.15","replace-in-file":"6.0.0","ts-loader":"7.0.4","ts-node":"8.10.1","ts-to-flow":"0.0.3","typescript":"3.9.3","underscore":"1.10.2","typedoc":"0.17.7","typedoc-plugin-external-module-name":"3.1.0"},"dependencies":{"@qiwi/substrate-types":"1.40.1"},"peerDependencies":{},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/qiwi/substrate.git"},"keywords":[],"bugs":{"url":"https://github.com/qiwi/substrate/issues"}}

@@ -6,3 +6,3 @@ "use strict";

var stack_1 = require("./stack");
exports.Stack = stack_1.Stack;
Object.defineProperty(exports, "Stack", { enumerable: true, get: function () { return stack_1.Stack; } });
//# sourceMappingURL=index.js.map

@@ -5,2 +5,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.Stack = void 0;
var tslib_1 = require("tslib");

@@ -50,3 +51,3 @@ /**

},
enumerable: true,
enumerable: false,
configurable: true

@@ -53,0 +54,0 @@ });

@@ -6,3 +6,3 @@ "use strict";

var stack_1 = require("./stack");
exports.Stack = stack_1.Stack;
Object.defineProperty(exports, "Stack", { enumerable: true, get: function () { return stack_1.Stack; } });
//# sourceMappingURL=index.js.map

@@ -5,2 +5,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.Stack = void 0;
/**

@@ -7,0 +8,0 @@ * Standard stack implementation

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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