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

@1auth/account-username

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@1auth/account-username - npm Package Compare versions

Comparing version 0.0.0-alpha.2 to 0.0.0-alpha.3

3

./index.js

@@ -21,5 +21,3 @@ import {

export default (params) => {
console.log(accountOptions())
Object.assign(options, accountOptions(), params)
console.log(options)
}

@@ -29,3 +27,2 @@

const usernameSanitized = __sanitize(username)
console.log(options)
return options.store.exists(options.table, {

@@ -32,0 +29,0 @@ digest: await createDigest(usernameSanitized)

@@ -21,5 +21,3 @@ import {

export default (params) => {
console.log(accountOptions())
Object.assign(options, accountOptions(), params)
console.log(options)
}

@@ -29,3 +27,2 @@

const usernameSanitized = __sanitize(username)
console.log(options)
return options.store.exists(options.table, {

@@ -32,0 +29,0 @@ digest: await createDigest(usernameSanitized)

4

package.json
{
"name": "@1auth/account-username",
"version": "0.0.0-alpha.2",
"version": "0.0.0-alpha.3",
"description": "",

@@ -53,4 +53,4 @@ "type": "module",

"dependencies": {
"@1auth/account": "0.0.0-alpha.2"
"@1auth/account": "0.0.0-alpha.3"
}
}
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