Socket
Socket
Sign inDemoInstall

@platform/util.hash

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@platform/util.hash - npm Package Compare versions

Comparing version 0.0.23 to 0.0.24

1

lib/common/libs.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.R = exports.sha = void 0;
var sha = require("js-sha256");

@@ -4,0 +5,0 @@ exports.sha = sha;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.sha224 = exports.sha256 = void 0;
var common_1 = require("../common");

@@ -4,0 +5,0 @@ function sha256(input, options) {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.hash = void 0;
var hash = require("./hash");
exports.hash = hash;

7

package.json
{
"name": "@platform/util.hash",
"version": "0.0.23",
"version": "0.0.24",
"description": "Object and value hashing (SHA-256 / SHA-224).",

@@ -19,4 +19,4 @@ "main": "lib/index",

"devDependencies": {
"@platform/test": "0.1.7",
"@platform/ts": "3.7.20"
"@platform/test": "0.1.8",
"@platform/ts": "3.7.21"
},

@@ -29,4 +29,3 @@ "files": [

],
"repository": "uiharness/platform",
"license": "MIT"
}
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