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

@substrate/light-client-extension-helpers

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@substrate/light-client-extension-helpers - npm Package Compare versions

Comparing version 2.0.3 to 2.1.0

dist/chunk-J5LGTIGS.mjs

25

package.json
{
"name": "@substrate/light-client-extension-helpers",
"version": "2.0.3",
"version": "2.1.0",
"author": "Matias Volpe (https://github.com/kratico)",

@@ -16,2 +16,3 @@ "repository": {

"./utils": "./dist/utils/index.mjs",
"./tx-helper": "./dist/tx-helper/index.mjs",
"./known-chain-specs": "./dist/known-chain-specs/index.mjs",

@@ -33,12 +34,28 @@ "./known-chain-specs/polkadot": "./dist/known-chain-specs/polkadot.mjs",

"devDependencies": {
"@polkadot-api/json-rpc-provider": "~0.0.1",
"@polkadot-api/polkadot-signer": "~0.0.2",
"@types/chrome": "^0.0.268"
},
"peerDependencies": {
"@polkadot-api/json-rpc-provider": "~0.0",
"@polkadot-api/polkadot-signer": "~0.0",
"smoldot": "2.x"
},
"peerDependenciesMeta": {
"@polkadot-api/json-rpc-provider": {
"optional": true
},
"@polkadot-api/polkadot-signer": {
"optional": true
}
},
"dependencies": {
"@polkadot-api/codegen": "^0.6.0",
"@polkadot-api/json-rpc-provider-proxy": "^0.1.0",
"@polkadot-api/metadata-builders": "^0.3.0",
"@polkadot-api/observable-client": "^0.3.1",
"@polkadot-api/json-rpc-provider": "^0.0.1",
"@polkadot-api/json-rpc-provider-proxy": "^0.1.0",
"@polkadot-api/signer": "~0.0.2",
"@polkadot-api/substrate-bindings": "^0.6.0",
"@polkadot-api/substrate-client": "^0.1.4",
"@polkadot-api/utils": "^0.1.0",
"rxjs": "^7.8.1",

@@ -49,3 +66,3 @@ "@substrate/connect-known-chains": "^1.1.9",

"scripts": {
"build": "tsc --noEmit && tsup-node src/background/background-helper.ts src/content-script/content-script-helper.ts src/extension-page/extension-page-helper.ts src/web-page/web-page-helper.ts src/known-chain-specs/index.ts src/known-chain-specs/polkadot.ts src/known-chain-specs/ksmcc3.ts src/known-chain-specs/westend2.ts src/known-chain-specs/rococo_v2_2.ts src/utils/index.ts src/smoldot/index.ts --clean --sourcemap --platform neutral --target=es2020 --format esm --dts",
"build": "tsc --noEmit && tsup-node src/background/background-helper.ts src/content-script/content-script-helper.ts src/extension-page/extension-page-helper.ts src/web-page/web-page-helper.ts src/known-chain-specs/index.ts src/known-chain-specs/polkadot.ts src/known-chain-specs/ksmcc3.ts src/known-chain-specs/westend2.ts src/known-chain-specs/rococo_v2_2.ts src/utils/index.ts src/smoldot/index.ts src/tx-helper/index.ts --clean --sourcemap --platform neutral --target=es2020 --format esm --dts",
"dev": "pnpm build --watch",

@@ -52,0 +69,0 @@ "lint": "prettier --check README.md \"src/**/*.{js,jsx,ts,tsx,json,md}\""

@@ -211,1 +211,5 @@ # @substrate/light-client-extension-helpers

```
### tx-helper
TODO: write usage guide

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

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

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

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