New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1.0-alpha.4b98ebbe to 0.1.0-alpha.54ae402d

2

lib/accounts-client.js

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

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

@@ -57,0 +57,0 @@ var ACCESS_TOKEN = 'accounts:accessToken';

{
"name": "@accounts/client",
"version": "0.1.0-alpha.4b98ebbe",
"version": "0.1.0-alpha.54ae402d",
"description": "Fullstack authentication and accounts-management",

@@ -62,3 +62,3 @@ "main": "lib/index.js",

"dependencies": {
"@accounts/common": "^0.1.0-alpha.4b98ebbe",
"@accounts/common": "^0.1.0-alpha.54ae402d",
"crypto-js": "^3.1.9-1",

@@ -65,0 +65,0 @@ "immutable": "^3.8.1",

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