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

@shardus/crypto-utils

Package Overview
Dependencies
Maintainers
6
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shardus/crypto-utils - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

7

build/src/index.d.ts
/// <reference types="node" />
import { curvePublicKey, curveSecretKey, hexstring, publicKey, secretKey, sharedKey } from '@shardus/types';
export declare type hexstring = string;
export declare type publicKey = hexstring;
export declare type secretKey = hexstring;
export declare type curvePublicKey = hexstring;
export declare type curveSecretKey = hexstring;
export declare type sharedKey = hexstring;
export declare const stringify: (input: any) => string;

@@ -4,0 +9,0 @@ export interface Keypair {

2

package.json
{
"name": "@shardus/crypto-utils",
"version": "4.1.0",
"version": "4.1.1",
"description": "Provides simple crypto functions, as used by the ULC Project.",

@@ -5,0 +5,0 @@ "main": "./build/src/index.js",

@@ -1,9 +0,7 @@

import {
curvePublicKey,
curveSecretKey,
hexstring,
publicKey,
secretKey,
sharedKey,
} from '@shardus/types';
export type hexstring = string;
export type publicKey = hexstring;
export type secretKey = hexstring;
export type curvePublicKey = hexstring;
export type curveSecretKey = hexstring;
export type sharedKey = hexstring;

@@ -10,0 +8,0 @@ const sodium = require('sodium-native');

Sorry, the diff of this file is not supported yet

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