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

@types/base-x

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/base-x - npm Package Compare versions

Comparing version 1.0.22-alpha to 1.0.23-alpha

11

index.d.ts

@@ -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"
}
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