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

klark-js-plugins

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

klark-js-plugins - npm Package Compare versions

Comparing version 1.0.15 to 1.0.16

2

package.json
{
"name": "klark-js-plugins",
"version": "1.0.15",
"version": "1.0.16",
"description": "Plugin modules for KlarkJS",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -279,11 +279,6 @@ 'use strict';

}
let newPassword = $crypto.randomBytes(16).toString('hex');
q.resolve()
.then(function() {
return {
user: user,
token: $crypto.randomBytes(8)
};
})
.then(function(obj) {
obj.user.password = obj.token.toString('hex');
obj.user.password = newPassword;
return obj.user.save();

@@ -298,3 +293,3 @@ })

var emailTemplate = krkRoutersAuthorizeResetPasswordEmailTmpl.template({
password: user.password,
password: newPassword,
user: user,

@@ -301,0 +296,0 @@ name: config.name,

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