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

@qiwi/substrate-abstract

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

flow-typed/index.flow.js

47

package.json
{
"name": "@qiwi/substrate-abstract",
"description": "Abstract classes",
"version": "2.0.4",
"version": "2.1.0",
"main": "./target/cjs/index.cjs",
"exports": {
".": {
"types": "./target/esm/index.d.ts",
"types": "./target/dts/index.d.ts",
"import": "./target/esm/index.mjs",

@@ -14,9 +14,9 @@ "require": "./target/cjs/index.cjs"

"module": "./target/esm/index.mjs",
"types": "./target/esm/index.d.ts",
"types": "./target/dts/index.d.ts",
"scripts": {
"clean": "rimraf target buildcache docs coverage buildstamp.json",
"build": "yarn aliasgen && concurrently 'npm:build:*'",
"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: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:ts": "mkdirp target/ts && cp -R ./src/main/ts/. ./target/ts/.",
"build": "yarn build:alias && concurrently 'npm:build:*'",
"build:js": "yarn build:esbuild",
"build:ts": "yarn build:copy:src",
"build:dts": "yarn build:libdef",
"build:stamp": "buildstamp --git --out.path buildstamp.json",

@@ -26,22 +26,23 @@ "build:docs": "typedoc",

"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"
"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",
"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",

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

"dependencies": {
"@qiwi/substrate-types": "2.0.4"
"@qiwi/substrate-types": "2.1.0"
},

@@ -54,0 +55,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