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

@thi.ng/strings

Package Overview
Dependencies
Maintainers
1
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/strings - npm Package Compare versions

Comparing version 0.3.3 to 0.4.0

2

package.json
{
"name": "@thi.ng/strings",
"version": "0.3.3",
"version": "0.4.0",
"description": "Various string formatting & utility functions",

@@ -5,0 +5,0 @@ "main": "./index.js",

@@ -26,2 +26,7 @@ import { Stringer } from "./api";

/**
* 24bit hex conversion preset.
* Assumes unsigned inputs.
*/
export declare const U24: Stringer<number>;
/**
* 32bit hex conversion preset.

@@ -28,0 +33,0 @@ * Assumes unsigned inputs.

@@ -35,2 +35,7 @@ "use strict";

/**
* 24bit hex conversion preset.
* Assumes unsigned inputs.
*/
exports.U24 = exports.radix(16, 6);
/**
* 32bit hex conversion preset.

@@ -37,0 +42,0 @@ * Assumes unsigned inputs.

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