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

@erebos/hex

Package Overview
Dependencies
Maintainers
6
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@erebos/hex - npm Package Compare versions

Comparing version 0.12.0 to 0.13.0

7

cjs/index.js

@@ -9,3 +9,2 @@ "use strict";

exports.toHexValue = toHexValue;
exports.createHex = createHex;
exports.Hex = void 0;

@@ -155,6 +154,2 @@

exports.Hex = Hex;
function createHex(input) {
return Hex.from(input);
}
exports.Hex = Hex;

5

esm/index.js

@@ -138,5 +138,2 @@ import _createClass from "@babel/runtime/helpers/esm/createClass";

return Hex;
}();
export function createHex(input) {
return Hex.from(input);
}
}();
{
"name": "@erebos/hex",
"version": "0.12.0",
"version": "0.13.0",
"description": "Hex conversion utilities",

@@ -27,4 +27,4 @@ "repository": "git@github.com:MainframeHQ/erebos.git",

"dependencies": {
"@babel/runtime": "^7.7.6"
"@babel/runtime": "^7.8.3"
}
}

@@ -38,3 +38,2 @@ /// <reference types="node" />

}
export declare function createHex(input: hexInput | Hex): Hex;
export {};
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