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.1.0-alpha.bd73e431 to 0.1.0-alpha.c4d98db4

2

lib/accounts-client.js

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

function AccountsClient(options, transport) {
this.options = options;
this.options = __assign({}, config_1.default, options);
this.storage = options.tokenStorage || config_1.default.tokenStorage;

@@ -70,0 +70,0 @@ if (!transport) {

{
"name": "@accounts/client",
"version": "0.1.0-alpha.bd73e431",
"version": "0.1.0-alpha.c4d98db4",
"description": "Fullstack authentication and accounts-management",

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

"dependencies": {
"@accounts/common": "^0.1.0-alpha.bd73e431",
"@accounts/common": "^0.1.0-alpha.c4d98db4",
"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