Socket
Socket
Sign inDemoInstall

@types/bs58

Package Overview
Dependencies
Maintainers
1
Versions
22
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.1 to 4.0.2

2

bs58/index.d.ts

@@ -7,3 +7,3 @@ // Type definitions for bs58 4.0

import { BaseConverter } from 'base-x';
import { BaseConverter } from "base-x";

@@ -10,0 +10,0 @@ declare const base58: BaseConverter;

{
"name": "@types/bs58",
"version": "4.0.1",
"version": "4.0.2",
"description": "TypeScript definitions for bs58",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bs58",
"license": "MIT",

@@ -29,4 +30,4 @@ "contributors": [

},
"typesPublisherContentHash": "ef5b57e6b7d5a415164031894a2945a80f44af5b580236bddc6adfe76581736e",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "7c108016ff990728c10fd2b0667d5c396a9fe00954d54d23de7dad6370ca1ee6",
"typeScriptVersion": "4.5"
}

@@ -9,5 +9,20 @@ # Installation

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
// Type definitions for bs58 4.0
// Project: https://github.com/cryptocoinjs/bs58
// Definitions by: Ilya Mochalov <https://github.com/chrootsu>
// BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import { BaseConverter } from "base-x";
declare const base58: BaseConverter;
export = base58;
````
### Additional Details
* Last updated: Fri, 15 Nov 2019 20:47:53 GMT
* Last updated: Fri, 15 Sep 2023 19:06:48 GMT
* Dependencies: [@types/base-x](https://npmjs.com/package/@types/base-x)

@@ -17,2 +32,2 @@ * Global values: none

# Credits
These definitions were written by Ilya Mochalov (https://github.com/chrootsu), and BendingBender (https://github.com/BendingBender).
These definitions were written by [Ilya Mochalov](https://github.com/chrootsu), and [BendingBender](https://github.com/BendingBender).

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