Socket
Socket
Sign inDemoInstall

blakets

Package Overview
Dependencies
0
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.10 to 0.1.11

2

lib/util.d.ts

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

| {
[index: keyof any]: Hashable;
[index: string | number]: Hashable;
};

@@ -29,0 +29,0 @@ export declare function normalizeInput(

@@ -24,3 +24,3 @@ type TypedArray =

| {
[index: keyof any]: Hashable;
[index: string | number]: Hashable;
};

@@ -27,0 +27,0 @@

{
"name": "blakets",
"description": "Pure TypeScript implementation of the BLAKE2b and BLAKE2s hash functions",
"version": "0.1.10",
"version": "0.1.11",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "bin": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc