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

@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 0.0.23-alpha to 0.0.24-alpha

1

index.d.ts

@@ -8,2 +8,3 @@ // Type definitions for bs58 3.0.0

import * as BaseX from 'base-x';

@@ -10,0 +11,0 @@ declare namespace base58 { }

8

package.json
{
"name": "@types/bs58",
"version": "0.0.23-alpha",
"version": "0.0.24-alpha",
"description": "TypeScript definitions for bs58 3.0.0",

@@ -8,7 +8,11 @@ "main": "",

"author": "Ilya Mochalov <https://github.com/chrootsu>",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"license": "MIT",
"typings": "index.d.ts",
"dependencies": {
"@types/base-x": "*"
"@types/base-x": "1.0.*"
}
}

@@ -11,6 +11,6 @@ # Installation

Additional Details
* Last updated: Wed, 25 May 2016 04:20:01 GMT
* Last updated: Fri, 01 Jul 2016 18:42:19 GMT
* File structure: ProperModule
* Library Dependencies: base-x
* Module Dependencies: none
* Module Dependencies: base-x
* Global values: base58

@@ -17,0 +17,0 @@

@@ -7,3 +7,5 @@ {

],
"moduleDependencies": [],
"moduleDependencies": [
"base-x"
],
"libraryMajorVersion": "0",

@@ -26,3 +28,3 @@ "libraryMinorVersion": "0",

],
"contentHash": "cfcad0069eab42d94bd49db042899af228c6757c44205305d4119a00db0b6488"
"contentHash": "d02a2db896ba01a325821d8bd400b07b7cde7a02dbef75d09c25a5d8c7d33cf6"
}
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