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

@qiwi/substrate-std

Package Overview
Dependencies
Maintainers
2
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 2.0.4 to 2.1.0

flow-typed/index.flow.js

13

buildstamp.json
{
"git": {
"commitId": "ffe3602984c9aecc39b3ac9279d7a3e621c3cfeb",
"repoUrl": "https://github.com/qiwi/substrate.git",
"repoName": "qiwi/substrate"
},
"date": "2023-05-23T09:01:48.379Z"
"date": "2024-01-31T10:01:04.021Z",
"git_commit_branch": "master",
"git_commit_id": "0b349ddb86b7941db5a98cf97a86f61e4274c135",
"git_repo_url": "https://github.com/qiwi/substrate",
"git_repo_name": "qiwi/substrate",
"ci_run_id": "7724256894",
"ci_run_url": "https://github.com/qiwi/substrate/actions/runs/7724256894"
}
{
"name": "@qiwi/substrate-std",
"version": "2.0.4",
"version": "2.1.0",
"exports": {

@@ -8,3 +8,3 @@ ".": {

"require": "./target/cjs/index.cjs",
"types": "./target/esm/index.d.ts"
"types": "./target/dts/index.d.ts"
}

@@ -14,11 +14,11 @@ },

"module": "./target/esm/index.mjs",
"types": "./target/esm/index.d.ts",
"types": "./target/dts/index.d.ts",
"scripts": {
"clean": "rimraf target buildcache flow-typed typings docs coverage buildstamp.json",
"clean": "yarn clean:target",
"build": "concurrently 'npm:build:*'",
"build:esm": "mkdirp target/esm && tsc -p tsconfig.json --target ES2020 --module es2020 --outDir target/esm --tsBuildInfoFile buildcache/esm.json && tsc-esm-fix --target=target/esm --ext=.mjs",
"build:cjs": "mkdirp target/cjs && tsc -p tsconfig.json --target ES5 --module commonjs --outDir target/cjs --tsBuildInfoFile buildcache/cjs.json && tsc-esm-fix --target=target/cjs --ext=.cjs",
"build:ts": "mkdirp target/ts && cp -R ./src/main/ts/. ./target/ts/.",
"build:stamp": "buildstamp --git --out.path buildstamp.json",
"build:docs": "typedoc",
"build:js": "yarn build:esbuild",
"build:ts": "yarn build:copy:src",
"build:docs": "yarn build:typedoc",
"build:stamp": "yarn build:buildstamp",
"build:dts": "yarn build:libdef",
"test": "yarn test:unit",

@@ -28,18 +28,21 @@ "test:unit": "jest --config=jest.config.json --detectOpenHandles --forceExit"

"files": [
"README.md",
"CHANGELOG.md",
"target",
"buildstamp.json"
"target/cjs",
"target/esm",
"target/dts",
"target/ts",
"target/coverage/lcov.info",
"buildstamp.json",
"flow-typed"
],
"devDependencies": {
"@qiwi/substrate-infra": "1.2.3",
"@qiwi/uniconfig": "3.5.11",
"@types/bluebird": "3.5.38",
"@types/config": "3.3.0",
"@types/lodash": "4.14.194",
"@types/parsimmon": "1.10.6",
"@types/underscore": "1.11.4",
"@qiwi/substrate-infra": "workspace:*",
"@qiwi/uniconfig": "3.5.14",
"@types/bluebird": "3.5.42",
"@types/config": "3.3.3",
"@types/lodash": "4.14.202",
"@types/parsimmon": "1.10.9",
"@types/underscore": "1.11.15",
"bluebird": "3.7.2",
"conf": "11.0.1",
"config": "3.3.9",
"conf": "12.0.0",
"config": "3.3.10",
"lodash": "4.17.21",

@@ -49,4 +52,4 @@ "underscore": "1.13.6"

"dependencies": {
"@qiwi/substrate-types": "2.0.4",
"tslib": "^2.5.2"
"@qiwi/substrate-types": "2.1.0",
"tslib": "^2.6.2"
},

@@ -53,0 +56,0 @@ "license": "MIT",

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