You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@types/bs58

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/bs58 - npm Package Compare versions

Comparing version
4.0.4
to
5.0.0
+5
-26
bs58/package.json
{
"name": "@types/bs58",
"version": "4.0.4",
"description": "TypeScript definitions for bs58",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bs58",
"license": "MIT",
"contributors": [
{
"name": "Ilya Mochalov",
"githubUsername": "chrootsu",
"url": "https://github.com/chrootsu"
},
{
"name": "BendingBender",
"githubUsername": "BendingBender",
"url": "https://github.com/BendingBender"
}
],
"version": "5.0.0",
"description": "Stub TypeScript definitions entry for bs58, which provides its own types definitions",
"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/bs58"
},
"scripts": {},
"license": "MIT",
"dependencies": {
"@types/node": "*",
"base-x": "^3.0.6"
"bs58": "*"
},
"typesPublisherContentHash": "10896d42ad8a322a2ed34f55d5612156cf7e1923e9c07e75a66e8063c6bb7be0",
"typeScriptVersion": "4.5"
"deprecated": "This is a stub types definition. bs58 provides its own type definitions, so you do not need this installed."
}

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

# Installation
> `npm install --save @types/bs58`
This is a stub types definition for @types/bs58 (https://github.com/cryptocoinjs/bs58#readme).
# Summary
This package contains type definitions for bs58 (https://github.com/cryptocoinjs/bs58).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bs58.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bs58/index.d.ts)
````ts
/// <reference types="node" />
import { BaseConverter } from "base-x";
declare const base58: BaseConverter;
export = base58;
````
### Additional Details
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [base-x](https://npmjs.com/package/base-x)
# Credits
These definitions were written by [Ilya Mochalov](https://github.com/chrootsu), and [BendingBender](https://github.com/BendingBender).
bs58 provides its own type definitions, so you don't need @types/bs58 installed!
/// <reference types="node" />
import { BaseConverter } from "base-x";
declare const base58: BaseConverter;
export = base58;