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

@masa-finance/masa-express

Package Overview
Dependencies
Maintainers
5
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@masa-finance/masa-express - npm Package Compare versions

Comparing version 2.1.0-alpha.2 to 2.1.0-alpha.3

2

dist/package.json
{
"name": "@masa-finance/masa-express",
"version": "2.1.0-alpha.2",
"version": "2.1.0-alpha.3",
"main": "./dist/src/index.js",

@@ -5,0 +5,0 @@ "typings": "./dist/src/index.d.ts",

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

const recoverSessionUser = (sessionNamespace, msg, signature, address) => {
let sessionUser = undefined;
let sessionUser;
const recovered = (0, masa_sdk_1.recoverAddress)(msg, signature, false);

@@ -31,6 +31,6 @@ if ((recovered === null || recovered === void 0 ? void 0 : recovered.toLowerCase()) === (address === null || address === void 0 ? void 0 : address.toLowerCase())) {

session.user = sessionUser;
return sessionUser;
}
return sessionUser;
};
exports.checkSignature = checkSignature;
//# sourceMappingURL=session.service.js.map
{
"name": "@masa-finance/masa-express",
"version": "2.1.0-alpha.2",
"version": "2.1.0-alpha.3",
"main": "./dist/src/index.js",

@@ -5,0 +5,0 @@ "typings": "./dist/src/index.d.ts",

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