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

@accounts/common

Package Overview
Dependencies
Maintainers
5
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accounts/common - npm Package Compare versions

Comparing version 0.1.0-alpha.42868044 to 0.1.0-alpha.04203cca

2

lib/types.d.ts

@@ -23,2 +23,3 @@ export interface TokenRecord {

profile?: object;
[additionalKey: string]: any;
}

@@ -36,3 +37,2 @@ export interface LoginUserIdentityType {

sessionId: string;
user: UserObjectType;
tokens: TokensType;

@@ -39,0 +39,0 @@ }

{
"name": "@accounts/common",
"version": "0.1.0-alpha.42868044",
"version": "0.1.0-alpha.04203cca",
"description": "Fullstack authentication and accounts-management",

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

"compile": "tsc",
"prepublish": "npm run compile",
"prepublishOnly": "npm run compile",
"test": "npm run testonly",

@@ -18,0 +18,0 @@ "test-ci": "npm lint && npm coverage",

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