@types/bs58
Advanced tools
Comparing version 0.0.23-alpha to 0.0.24-alpha
@@ -8,2 +8,3 @@ // Type definitions for bs58 3.0.0 | ||
import * as BaseX from 'base-x'; | ||
@@ -10,0 +11,0 @@ declare namespace base58 { } |
{ | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
2145
36
0
+ Added@types/base-x@1.0.30(transitive)
- Removed@types/base-x@3.0.10(transitive)
- Removedbase-x@5.0.0(transitive)
Updated@types/base-x@1.0.*