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

@stacks/auth

Package Overview
Dependencies
Maintainers
5
Versions
670
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stacks/auth - npm Package Compare versions

Comparing version

to
1.0.0-beta.7

15

package.json
{
"name": "@stacks/auth",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"description": "Authentication for Stacks apps.",

@@ -39,3 +39,3 @@ "keywords": [

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

@@ -49,6 +49,6 @@ "test:watch": "jest --watch --coverage=false",

"dependencies": {
"@stacks/common": "^1.0.0-beta.6",
"@stacks/encryption": "^1.0.0-beta.6",
"@stacks/network": "^1.0.0-beta.6",
"@stacks/profile": "^1.0.0-beta.6",
"@stacks/common": "^1.0.0-beta.7",
"@stacks/encryption": "^1.0.0-beta.7",
"@stacks/network": "^1.0.0-beta.7",
"@stacks/profile": "^1.0.0-beta.7",
"codecov": "^3.7.2",

@@ -71,3 +71,4 @@ "cross-fetch": "^3.0.5",

"umd:main": "dist/auth.umd.production.js",
"unpkg": "dist/auth.cjs.production.min.js"
"unpkg": "dist/auth.cjs.production.min.js",
"gitHead": "ce733d62f720db6d59247453bf3bb2942bcb7446"
}