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
5
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 1.0.0-beta.7 to 1.0.0-beta.8

12

package.json
{
"name": "@stacks/encryption",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"description": "Encryption utilities for Stacks",

@@ -40,3 +40,3 @@ "author": "yknl <yukanliao@gmail.com>",

"dependencies": {
"@stacks/common": "^1.0.0-beta.7",
"@stacks/common": "^1.0.0-beta.8",
"bip39": "^3.0.2",

@@ -61,6 +61,6 @@ "bitcoinjs-lib": "^5.1.10",

"module": "dist/index.esm.js",
"typings": "dist/auth/src/index.d.ts",
"umd:main": "dist/auth.umd.production.js",
"unpkg": "dist/auth.cjs.production.min.js",
"gitHead": "ce733d62f720db6d59247453bf3bb2942bcb7446"
"typings": "dist/encryption/src/index.d.ts",
"umd:main": "dist/encryption.umd.production.js",
"unpkg": "dist/encryption.cjs.production.min.js",
"gitHead": "77b4d6d531b74996e4b7a0cbd1cf5b8358a690ce"
}

@@ -1,11 +0,9 @@

# `encryption`
# @stacks/encryption
> TODO: description
Encryption functions used by Stacks.js packages.
## Usage
## Installation
```
const encryption = require('encryption');
// TODO: DEMONSTRATE API
npm install @stacks/cli
```
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