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

@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.68 to 0.0.71

lib/common/libs.TEST.js

6

lib/hash/hash.d.ts

@@ -1,5 +0,5 @@

export declare type IHashOptions = {
export declare type HashOptions = {
asString?: (input?: any) => string;
};
export declare function sha256(input: any, options?: IHashOptions): string;
export declare function sha224(input: any, options?: IHashOptions): string;
export declare function sha256(input: any, options?: HashOptions): string;
export declare function sha224(input: any, options?: HashOptions): string;
{
"name": "@platform/util.hash",
"version": "0.0.68",
"version": "0.0.71",
"description": "Object and value hashing (SHA-256 / SHA-224).",

@@ -9,3 +9,2 @@ "main": "lib/index",

"test": "ts test",
"tdd": "ts test --watch",
"lint": "ts lint",

@@ -16,8 +15,8 @@ "build": "ts build --no-esm",

"dependencies": {
"@platform/libs": "0.2.14",
"@platform/libs": "0.3.2",
"js-sha256": "0.9.0"
},
"devDependencies": {
"@platform/test": "0.2.10",
"@platform/ts": "4.1.23"
"@platform/test": "0.3.2",
"@platform/ts": "4.7.7"
},

@@ -24,0 +23,0 @@ "files": [

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