Socket
Socket
Sign inDemoInstall

@thi.ng/base-n

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/base-n - npm Package Compare versions

Comparing version 2.7.6 to 2.7.7

2

api.d.ts

@@ -21,3 +21,2 @@ export interface IBase extends BaseCommon, IBaseEncode, IBaseDecode {

* @param x -
* @param size -
*/

@@ -68,2 +67,3 @@ encode(x: number): string;

*
* @param x -
* @param buf -

@@ -70,0 +70,0 @@ */

# Change Log
- **Last updated**: 2024-03-09T09:18:17Z
- **Last updated**: 2024-03-13T14:04:31Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -5,0 +5,0 @@

export * from "./api.js";
export * from "./base.js";
export * from "./decode.js";
export * from "./encode.js";
export * from "./8.js";

@@ -4,0 +6,0 @@ export * from "./10.js";

export * from "./api.js";
export * from "./base.js";
export * from "./decode.js";
export * from "./encode.js";
export * from "./8.js";

@@ -4,0 +6,0 @@ export * from "./10.js";

{
"name": "@thi.ng/base-n",
"version": "2.7.6",
"version": "2.7.7",
"description": "Arbitrary base-n conversions w/ presets for base8/16/32/36/58/62/64/83/85, support for bigints and encoding/decoding of byte arrays",

@@ -39,7 +39,7 @@ "type": "module",

"devDependencies": {
"@microsoft/api-extractor": "^7.40.1",
"esbuild": "^0.20.0",
"@microsoft/api-extractor": "^7.42.3",
"esbuild": "^0.20.1",
"rimraf": "^5.0.5",
"typedoc": "^0.25.7",
"typescript": "^5.3.3"
"typedoc": "^0.25.12",
"typescript": "^5.4.2"
},

@@ -161,3 +161,3 @@ "keywords": [

},
"gitHead": "69100942474942f7446ac645d59d91e7dfc352f9\n"
"gitHead": "7f3fcbd6c0462b0ce45afa141fe163d1f297fd51\n"
}
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