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

LICENSE

9

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

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

"typecheck:watch": "npm run typecheck -- --watch",
"prepublishOnly": "yarn build",
"prepublishOnly": "yarn test && yarn build",
"test": "jest",

@@ -41,3 +41,3 @@ "test:watch": "jest --watch --coverage=false",

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

@@ -64,3 +64,4 @@ "bitcoinjs-lib": "^5.1.10",

"umd:main": "dist/auth.umd.production.js",
"unpkg": "dist/auth.cjs.production.min.js"
"unpkg": "dist/auth.cjs.production.min.js",
"gitHead": "ce733d62f720db6d59247453bf3bb2942bcb7446"
}
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