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

@keystonehq/bc-ur-registry

Package Overview
Dependencies
Maintainers
5
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keystonehq/bc-ur-registry - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

1

dist/index.d.ts

@@ -86,2 +86,3 @@ import './patchCBOR';

export * from './extended/KeyDerivation';
export * from './extended/DerivationSchema';
export * from './CryptoOutput';

@@ -88,0 +89,0 @@ export * from './CryptoCoinInfo';

@@ -84,2 +84,3 @@ "use strict";

(0, tslib_1.__exportStar)(require("./extended/KeyDerivation"), exports);
(0, tslib_1.__exportStar)(require("./extended/DerivationSchema"), exports);
(0, tslib_1.__exportStar)(require("./CryptoOutput"), exports);

@@ -86,0 +87,0 @@ (0, tslib_1.__exportStar)(require("./CryptoCoinInfo"), exports);

2

package.json
{
"name": "@keystonehq/bc-ur-registry",
"version": "0.6.1",
"version": "0.6.2",
"description": "A JS implementation of Uniform Resources(UR) Registry specification from Blockchain Commons",

@@ -5,0 +5,0 @@ "publishConfig": {

@@ -105,2 +105,3 @@ import './patchCBOR';

export * from './extended/KeyDerivation'
export * from './extended/DerivationSchema'
export * from './CryptoOutput'

@@ -107,0 +108,0 @@ export * from './CryptoCoinInfo'

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