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

@collabland/common

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@collabland/common - npm Package Compare versions

Comparing version 0.22.5 to 0.23.0

dist/utils/bs58.d.ts

1

dist/utils/index.d.ts

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

export * from './bs58';
export * from './debug';

@@ -2,0 +3,0 @@ export * from './debug-pino';

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

const tslib_1 = require("tslib");
(0, tslib_1.__exportStar)(require("./bs58"), exports);
(0, tslib_1.__exportStar)(require("./debug"), exports);

@@ -10,0 +11,0 @@ (0, tslib_1.__exportStar)(require("./debug-pino"), exports);

6

package.json
{
"name": "@collabland/common",
"version": "0.22.5",
"version": "0.23.0",
"description": "CollabLand common utilities",

@@ -33,2 +33,3 @@ "main": "dist/index.js",

"@types/bn.js": "^5.1.0",
"@types/bs58": "^4.0.1",
"@types/debug": "^4.1.5",

@@ -41,2 +42,3 @@ "@types/http-errors": "^1.8.0",

"bn.js": "^5.0.0",
"bs58": "^4.0.1",
"cross-fetch": "^3.1.3",

@@ -62,3 +64,3 @@ "debug": "^4.3.2",

"author": "Abridged, Inc.",
"gitHead": "d9ce1b18b57586c990c29702444520954df04325"
"gitHead": "e91992898ed6da83476c465e2df8783bc1b3c39a"
}

@@ -6,2 +6,3 @@ // Copyright Abridged, Inc. 2021. All Rights Reserved.

export * from './bs58';
export * from './debug';

@@ -8,0 +9,0 @@ export * from './debug-pino';

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