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

@polkadot-onboard/core

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polkadot-onboard/core - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

dist/types.js

4

dist/index.js

@@ -1,3 +0,3 @@

export * from './lib/walletAggregator';
export * from './lib/types';
export * from './walletAggregator.js';
export * from './types.js';
//# sourceMappingURL=index.js.map

@@ -1,3 +0,3 @@

export * from './lib/walletAggregator';
export * from './lib/types';
export * from './walletAggregator.js';
export * from './types.js';
//# sourceMappingURL=index.d.ts.map
{
"name": "@polkadot-onboard/core",
"version": "0.0.9",
"version": "0.0.10",
"author": "Parity Team <admin@parity.io>",

@@ -22,3 +22,3 @@ "maintainers": [

"clean": "yarn cache clean && rm -rf ./dist/ ./node_modules",
"build": "rm -rf ./dist/ && yarn && yarn format && tsc --build",
"build": "rm -rf ./dist/ && yarn install && yarn format && tsc --build",
"build:watch": "tsc --watch",

@@ -28,6 +28,6 @@ "format": "prettier --write \"./src/**/*.{ts,tsx}\""

"devDependencies": {
"@polkadot/types": "9.14.1",
"prettier": "2.8.4",
"typescript": "4.9.5"
"@polkadot/types": "10.7.1",
"prettier": "2.8.8",
"typescript": "5.0.4"
}
}

@@ -1,2 +0,2 @@

export * from './lib/walletAggregator';
export * from './lib/types';
export * from './walletAggregator.js';
export * from './types.js';

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