New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@accounts/types

Package Overview
Dependencies
Maintainers
6
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accounts/types - npm Package Compare versions

Comparing version 0.19.0 to 0.20.0-alpha.cfb0004e

2

lib/types/database-interface.d.ts

@@ -30,5 +30,5 @@ import { User } from './user';

createSession(userId: string, token: string, connection: ConnectionInformations, extraData?: object): Promise<string>;
updateSession(sessionId: string, connection: ConnectionInformations): Promise<void>;
updateSession(sessionId: string, connection: ConnectionInformations, newToken?: string): Promise<void>;
invalidateSession(sessionId: string): Promise<void>;
invalidateAllSessions(userId: string): Promise<void>;
}
{
"name": "@accounts/types",
"version": "0.19.0",
"version": "0.20.0-alpha.cfb0004e",
"description": "Accounts-js Types",

@@ -47,7 +47,6 @@ "main": "lib/index.js",

"@types/jest": "24.0.18",
"@types/node": "12.7.2",
"@types/node": "12.7.4",
"jest": "24.9.0",
"rimraf": "3.0.0"
},
"gitHead": "c0a7905161c702350efd4f7a622c55ede495a42b"
}
}

@@ -73,3 +73,7 @@ import { User } from './user';

updateSession(sessionId: string, connection: ConnectionInformations): Promise<void>;
updateSession(
sessionId: string,
connection: ConnectionInformations,
newToken?: string
): Promise<void>;

@@ -76,0 +80,0 @@ invalidateSession(sessionId: string): Promise<void>;

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