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

12

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

@@ -48,6 +48,6 @@ "keywords": [

"dependencies": {
"@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",
"@stacks/common": "^1.0.0-beta.8",
"@stacks/encryption": "^1.0.0-beta.8",
"@stacks/network": "^1.0.0-beta.8",
"@stacks/profile": "^1.0.0-beta.8",
"codecov": "^3.7.2",

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

"unpkg": "dist/auth.cjs.production.min.js",
"gitHead": "ce733d62f720db6d59247453bf3bb2942bcb7446"
"gitHead": "77b4d6d531b74996e4b7a0cbd1cf5b8358a690ce"
}

@@ -1,11 +0,13 @@

# `auth`
# @stacks/auth
> TODO: description
Construct and decode authentication requests for Stacks apps.
## Usage
## Installation
```
const auth = require('auth');
npm install @stacks/auth
```
// TODO: DEMONSTRATE API
```
## Usage
See [documentation](https://docs.blockstack.org/authentication/building-todo-app)
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