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

@accounts/server

Package Overview
Dependencies
Maintainers
5
Versions
204
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accounts/server - npm Package Compare versions

Comparing version

to
0.1.0-alpha.c4d98db4

4

lib/tokens.d.ts

@@ -6,3 +6,3 @@ export declare const generateRandomToken: (length?: number) => string;

config: object;
}) => string;
}) => any;
export declare const generateRefreshToken: ({secret, data, config}: {

@@ -12,2 +12,2 @@ secret: string;

config: object;
}) => string;
}) => any;
{
"name": "@accounts/server",
"version": "0.1.0-alpha.bd73e431",
"version": "0.1.0-alpha.c4d98db4",
"description": "Fullstack authentication and accounts-management",

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

"dependencies": {
"@accounts/common": "^0.1.0-alpha.bd73e431",
"@accounts/common": "^0.1.0-alpha.c4d98db4",
"babel-polyfill": "^6.23.0",

@@ -53,0 +53,0 @@ "bcryptjs": "^2.4.0",