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.87.8-8 to 0.88.1

bundle.cjs

4

index.d.ts

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

export * from './icons';
export { packageInfo } from './packageInfo';
import './detectPackage';
export * from './bundle';
// Copyright 2018-2022 @polkadot/ui-shared authors & contributors
// SPDX-License-Identifier: Apache-2.0
export * from "./icons/index.js";
export { packageInfo } from "./packageInfo.js";
import "./detectPackage.js";
export * from "./bundle.js";

@@ -20,3 +20,3 @@ {

"type": "module",
"version": "0.87.8-8",
"version": "0.88.1",
"main": "index.js",

@@ -44,2 +44,7 @@ "dependencies": {

},
"./bundle": {
"types": "./bundle.d.ts",
"require": "./bundle.cjs",
"default": "./bundle.js"
},
"./cjs/dirname": {

@@ -46,0 +51,0 @@ "types": "./cjs/dirname.d.ts",

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

name: '@polkadot/ui-shared',
version: '0.87.8-8'
version: '0.88.1'
};

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