You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@ilihub/ascii-to-hexadecimal

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ilihub/ascii-to-hexadecimal - npm Package Compare versions

Comparing version

to
1.0.3

13

dist/index.d.ts

@@ -15,8 +15,5 @@ /**

*
* @param ascii The ASCII string to convert.
* @param ascii - The ASCII string to convert.
* @returns The hexadecimal string.
*
* @category Number System
* @group \@ilihub\/number-system
*
* @example

@@ -28,3 +25,3 @@ * ```typescript

* @example
* This example requires [`@ilihub/code`](https://www.npmjs.com/package/@ilihub/code)
* This example requires [`@ilihub/code`](https://www.npmjs.com/package/\@ilihub/code)
* npm package to be installed.

@@ -44,3 +41,3 @@ * ```typescript

* @example
* This example requires [`@ilihub/number-system`](https://www.npmjs.com/package/@ilihub/number-system)
* This example requires [`@ilihub/number-system`](https://www.npmjs.com/package/\@ilihub/number-system)
* npm package to be installed.

@@ -59,4 +56,4 @@ * ```typescript

*
* @see [`@ilihub/code`](https://www.npmjs.com/package/@ilihub/code)
* @see [`@ilihub/number-system`](https://www.npmjs.com/package/@ilihub/number-system)
* @see [`@ilihub/code`](https://www.npmjs.com/package/\@ilihub/code)
* @see [`@ilihub/number-system`](https://www.npmjs.com/package/\@ilihub/number-system)
*/

@@ -63,0 +60,0 @@ declare function AsciiToHexadecimal(ascii: string): string;

{
"name": "@ilihub/ascii-to-hexadecimal",
"version": "1.0.2",
"version": "1.0.3",
"publishConfig": {

@@ -41,5 +41,18 @@ "access": "public"

],
"tsup": {
"treeshake": true,
"splitting": true,
"entry": [
"src/index.ts"
],
"format": [
"cjs"
],
"dts": true,
"minify": true,
"clean": true
},
"devDependencies": {
"@types/jest": "^29.5.2",
"eslint": "^7.32.0",
"@types/node": "^20.5.2",
"jest": "^29.5.0",

@@ -46,0 +59,0 @@ "ts-jest": "^29.1.0",