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.1 to 0.0.0-alpha.2

7

./index.js
import {
options as accountOptions,
getOptions as accountOptions,
update as accountUpdate

@@ -21,3 +21,5 @@ } from '@1auth/account'

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

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

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

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

import {
options as accountOptions,
getOptions as accountOptions,
update as accountUpdate

@@ -21,3 +21,5 @@ } from '@1auth/account'

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

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

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

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

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

@@ -51,6 +51,6 @@ "type": "module",

"homepage": "https://github.com/willfarrell/1auth",
"gitHead": "dcd3cb3dcacdebbe21625f092187e7cf02473f68",
"gitHead": "a02b1e01f039718f213d79b91d04ed660a955c73",
"dependencies": {
"@1auth/account": "0.0.0-alpha.1"
"@1auth/account": "0.0.0-alpha.2"
}
}
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