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

@trivikr-test/util-hex-encoding

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trivikr-test/util-hex-encoding - npm Package Compare versions

Comparing version 3.52.0 to 3.55.0

4

dist-es/index.js

@@ -6,3 +6,3 @@ var SHORT_TO_HEX = {};

if (encodedByte.length === 1) {
encodedByte = "0" + encodedByte;
encodedByte = "0".concat(encodedByte);
}

@@ -23,3 +23,3 @@ SHORT_TO_HEX[i] = encodedByte;

else {
throw new Error("Cannot decode unrecognized sequence " + encodedByte + " as hexadecimal");
throw new Error("Cannot decode unrecognized sequence ".concat(encodedByte, " as hexadecimal"));
}

@@ -26,0 +26,0 @@ }

{
"name": "@trivikr-test/util-hex-encoding",
"version": "3.52.0",
"version": "3.55.0",
"description": "Converts binary buffers to and from lowercase hexadecimal encoding",

@@ -22,3 +22,3 @@ "scripts": {

"dependencies": {
"tslib": "^2.3.0"
"tslib": "^2.3.1"
},

@@ -51,4 +51,4 @@ "types": "./dist-types/index.d.ts",

"typedoc": "0.19.2",
"typescript": "~4.3.5"
"typescript": "~4.6.2"
}
}
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