Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

auth-n-roll-dev-tools

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auth-n-roll-dev-tools - npm Package Compare versions

Comparing version 0.0.5 to 0.0.8

src/index.js

6

dist/ServiceInMemory/SignIn.js

@@ -24,3 +24,3 @@ "use strict";

code: _authNRoll.USER_NOT_FOUND_ERROR,
message: 'User does not exist.',
message: 'SIGNIN_USER_NOT_FOUND_ERROR',
user: {

@@ -34,3 +34,3 @@ username: username

code: _authNRoll.NOT_AUTHORIZED_ERROR,
message: 'Incorrect username or password.',
message: 'SIGNIN_NOT_AUTHORIZED_ERROR',
user: {

@@ -44,3 +44,3 @@ username: username

code: _authNRoll.USER_NOT_CONFIRMED_ERROR,
message: 'User is not confirmed.',
message: 'SIGNIN_USER_NOT_CONFIRMED_ERROR',
user: {

@@ -47,0 +47,0 @@ username: username

{
"name": "auth-n-roll-dev-tools",
"version": "0.0.5",
"version": "0.0.8",
"description": "",
"main": "dist/index.js",
"main": "src/index.js",
"scripts": {

@@ -16,3 +16,3 @@ "test": "node test/start.js",

"dependencies": {
"auth-n-roll": "^0.0.5"
"auth-n-roll": "^0.0.8"
},

@@ -19,0 +19,0 @@ "devDependencies": {

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