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 0.11.2 to 0.12.0

2

lib/accounts-server.js

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

case 1:
sessionId = (_b.sent());
sessionId = _b.sent();
_a = this.createTokens({

@@ -135,0 +135,0 @@ token: token,

@@ -7,2 +7,3 @@ import { EmailTemplateType } from './email-template-type';

enrollAccount: EmailTemplateType;
passwordChanged: EmailTemplateType;
}

@@ -30,2 +30,7 @@ "use strict";

},
passwordChanged: {
subject: function () { return 'Your password has been changed'; },
text: function () { return "Your account password has been successfully changed"; },
html: function () { return "Your account password has been successfully changed."; },
},
};

@@ -32,0 +37,0 @@ exports.sendMail = function (mail) { return tslib_1.__awaiter(_this, void 0, void 0, function () {

{
"name": "@accounts/server",
"version": "0.11.2",
"version": "0.12.0",
"description": "Fullstack authentication and accounts-management",

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

"dependencies": {
"@accounts/types": "^0.11.2",
"@accounts/types": "^0.12.0",
"@types/jsonwebtoken": "8.3.0",

@@ -61,3 +61,3 @@ "emittery": "0.4.1",

"@types/jwt-decode": "2.2.1",
"@types/node": "10.12.21",
"@types/node": "10.12.24",
"jest": "23.6.0",

@@ -64,0 +64,0 @@ "rimraf": "2.6.3"

Sorry, the diff of this file is not supported yet

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