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.2 to 4.0.3

6

bs58/index.d.ts

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

// 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
/// <reference types="node" />

@@ -7,0 +3,0 @@ import { BaseConverter } from "base-x";

13

bs58/package.json
{
"name": "@types/bs58",
"version": "4.0.2",
"version": "4.0.3",
"description": "TypeScript definitions for bs58",

@@ -10,9 +10,9 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bs58",

"name": "Ilya Mochalov",
"url": "https://github.com/chrootsu",
"githubUsername": "chrootsu"
"githubUsername": "chrootsu",
"url": "https://github.com/chrootsu"
},
{
"name": "BendingBender",
"url": "https://github.com/BendingBender",
"githubUsername": "BendingBender"
"githubUsername": "BendingBender",
"url": "https://github.com/BendingBender"
}

@@ -29,6 +29,7 @@ ],

"dependencies": {
"@types/node": "*",
"base-x": "^3.0.6"
},
"typesPublisherContentHash": "7c108016ff990728c10fd2b0667d5c396a9fe00954d54d23de7dad6370ca1ee6",
"typesPublisherContentHash": "531bac2c0ca537c453c3b103b50f7c15c555c37a058ded60353f977f72872d52",
"typeScriptVersion": "4.5"
}

@@ -11,7 +11,3 @@ # Installation

````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
/// <reference types="node" />

@@ -27,7 +23,6 @@ import { BaseConverter } from "base-x";

### Additional Details
* Last updated: Fri, 15 Sep 2023 19:06:48 GMT
* Dependencies: [@types/base-x](https://npmjs.com/package/@types/base-x)
* Global values: none
* Last updated: Tue, 17 Oct 2023 22:10:13 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).
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