@types/base-x
Advanced tools
Comparing version 1.0.22-alpha to 1.0.23-alpha
@@ -6,2 +6,5 @@ // Type definitions for base-x v1.0.1 | ||
declare var BaseX: BaseX.Base; | ||
export = BaseX; | ||
declare namespace BaseX { | ||
@@ -22,9 +25,1 @@ interface EncodeBuffer { | ||
} | ||
declare module "base-x" { | ||
namespace base {} | ||
let base: BaseX.Base; | ||
export = base; | ||
} |
{ | ||
"name": "@types/base-x", | ||
"version": "1.0.22-alpha", | ||
"version": "1.0.23-alpha", | ||
"description": "TypeScript definitions for base-x v1.0.1", | ||
@@ -8,2 +8,6 @@ "main": "", | ||
"author": "Ilya Mochalov <https://github.com/chrootsu>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"license": "MIT", | ||
@@ -10,0 +14,0 @@ "typings": "index.d.ts", |
@@ -11,9 +11,9 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 25 May 2016 04:19:59 GMT | ||
* File structure: OldUMD | ||
* Last updated: Fri, 01 Jul 2016 18:42:18 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: none | ||
* Module Dependencies: none | ||
* Global values: none | ||
* Global values: BaseX | ||
# Credits | ||
These definitions were written by Ilya Mochalov <https://github.com/chrootsu>. |
@@ -13,4 +13,6 @@ { | ||
"sourceBranch": "types-2.0", | ||
"kind": "OldUMD", | ||
"globals": [], | ||
"kind": "ProperModule", | ||
"globals": [ | ||
"BaseX" | ||
], | ||
"declaredModules": [ | ||
@@ -22,3 +24,3 @@ "base-x" | ||
], | ||
"contentHash": "a9e156395b1396a00249f23d2bdcecdd623016f09663fff8426dd5c7f10ab3a7" | ||
"contentHash": "9f9b8b4662cf861b138c0039f66bc5803466dacb081b388887aaebccfea73f7f" | ||
} |
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
2257
0
42