New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@stacks/encryption

Package Overview
Dependencies
Maintainers
9
Versions
649
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stacks/encryption - npm Package Compare versions

Comparing version 4.2.2 to 4.2.3-pr.61f3b4b2.0

2

dist/cryptoRandom.d.ts
/// <reference types="node" />
export declare const randomBytes: (bytesLength?: number | undefined) => Buffer;
export declare const randomBytes: (bytesLength?: number) => Buffer;
export declare type GetRandomBytes = (count: number) => Buffer;
/// <reference types="node" />
export declare const randomBytes: (bytesLength?: number | undefined) => Buffer;
export declare const randomBytes: (bytesLength?: number) => Buffer;
export declare type GetRandomBytes = (count: number) => Buffer;
{
"name": "@stacks/encryption",
"version": "4.2.2",
"version": "4.2.3-pr.61f3b4b2.0",
"description": "Encryption utilities for Stacks",

@@ -26,3 +26,3 @@ "license": "MIT",

"@scure/bip39": "^1.0.0",
"@stacks/common": "^4.2.1",
"@stacks/common": "^4.2.3-pr.61f3b4b2.0",
"@types/node": "^14.14.43",

@@ -79,3 +79,3 @@ "bs58": "^5.0.0",

},
"gitHead": "f104aad5230cbf937c49c654e8bac307f5c67e7e"
"gitHead": "287a574ef9bee13d619f35cdc5a6ad4c5dd25fc6"
}

Sorry, the diff of this file is too big to display

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