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

@polkadot/ui-shared

Package Overview
Dependencies
Maintainers
2
Versions
522
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polkadot/ui-shared - npm Package Compare versions

Comparing version 0.88.2-3 to 0.88.2-4

12

package.json

@@ -20,4 +20,4 @@ {

"type": "module",
"version": "0.88.2-3",
"main": "index.js",
"version": "0.88.2-4",
"main": "index.cjs",
"dependencies": {

@@ -28,4 +28,4 @@ "@babel/runtime": "^7.16.7",

"devDependencies": {
"@polkadot/util": "^8.2.2",
"@polkadot/util-crypto": "^8.2.2",
"@polkadot/util": "^8.2.3-29",
"@polkadot/util-crypto": "^8.2.3-29",
"@types/color": "^3.0.2",

@@ -39,2 +39,4 @@ "@types/xmlserializer": "^0.6.2",

},
"module": "index.js",
"types": "index.d.ts",
"exports": {

@@ -142,2 +144,4 @@ ".": {

"./package.json": "./package.json",
"./packageInfo.cjs": "./packageInfo.cjs",
"./packageInfo.js": "./packageInfo.js",
"./packageInfo": {

@@ -144,0 +148,0 @@ "types": "./packageInfo.d.ts",

@@ -6,5 +6,5 @@ // Copyright 2017-2022 @polkadot/ui-shared authors & contributors

name: '@polkadot/ui-shared',
path: typeof __dirname === 'string' ? __dirname : 'auto',
path: new URL('.', import.meta.url).pathname,
type: 'esm',
version: '0.88.2-3'
version: '0.88.2-4'
};

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