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

@accounts/client

Package Overview
Dependencies
Maintainers
5
Versions
201
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accounts/client - npm Package Compare versions

Comparing version 0.0.18 to 0.0.19

2

lib-es6/AccountsClient.js

@@ -43,3 +43,3 @@ 'use strict';

var isValidUserObject = function isValidUserObject(user) {
return (0, _lodash.has)(user, 'user') || (0, _lodash.has)(user, 'email') || (0, _lodash.has)(user, 'id');
return (0, _lodash.has)(user, 'username') || (0, _lodash.has)(user, 'email') || (0, _lodash.has)(user, 'id');
};

@@ -46,0 +46,0 @@

@@ -147,3 +147,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

var isValidUserObject = function isValidUserObject(user) {
return (0, _lodash.has)(user, 'user') || (0, _lodash.has)(user, 'email') || (0, _lodash.has)(user, 'id');
return (0, _lodash.has)(user, 'username') || (0, _lodash.has)(user, 'email') || (0, _lodash.has)(user, 'id');
};

@@ -150,0 +150,0 @@

{
"name": "@accounts/client",
"version": "0.0.18",
"version": "0.0.19",
"description": "Fullstack authentication and accounts-management",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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