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

@substrate/asset-transfer-api-registry

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@substrate/asset-transfer-api-registry - npm Package Compare versions

Comparing version 0.2.24 to 0.2.25

63

package.json
{
"name": "@substrate/asset-transfer-api-registry",
"version": "0.2.24",
"description": "Asset registry for asset-transfer-api",
"main": "docs/registry.json",
"type": "module",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"scripts": {
"build": "substrate-exec-rimraf build/ && substrate-exec-tsc",
"start": "yarn build && node ./build/src/index.js",
"lint": "substrate-dev-run-lint",
"lint:fix": "substrate-dev-run-lint --fix",
"deploy": "yarn build && npm publish",
"test": "vitest"
},
"keywords": [],
"author": "Parity Technologies <admin@parity.io>",
"license": "Apache-2.0",
"devDependencies": {
"@polkadot/api": "^14.0.1",
"@polkadot/apps-config": "^0.145.1",
"@substrate/dev": "0.7.1",
"@types/node-fetch": "^2.6.9",
"node-fetch": "2.6.7",
"vitest": "^1.4.0"
},
"packageManager": "yarn@4.2.2"
"name": "@substrate/asset-transfer-api-registry",
"version": "0.2.25",
"description": "Asset registry for asset-transfer-api",
"main": "docs/registry.json",
"module": "docs/registry.json",
"exports": {
"./package.json": "./package.json",
".": "./docs/registry.json"
},
"type": "module",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"scripts": {
"build": "substrate-exec-rimraf build/ && substrate-exec-tsc",
"start": "yarn build && node ./build/src/index.js",
"lint": "substrate-dev-run-lint",
"lint:fix": "substrate-dev-run-lint --fix",
"deploy": "yarn build && npm publish",
"test": "vitest"
},
"keywords": [],
"author": "Parity Technologies <admin@parity.io>",
"license": "Apache-2.0",
"devDependencies": {
"@polkadot/api": "^14.0.1",
"@polkadot/apps-config": "^0.145.1",
"@substrate/dev": "0.7.1",
"@types/node-fetch": "^2.6.9",
"node-fetch": "2.6.7",
"vitest": "^1.4.0"
},
"packageManager": "yarn@4.2.2"
}

Sorry, the diff of this file is too big to display

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