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

@shopify/shopify-app-express

Package Overview
Dependencies
Maintainers
0
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/shopify-app-express - npm Package Compare versions

Comparing version 5.0.7 to 5.0.8

4

dist/cjs/middlewares/validate-authenticated-session.js

@@ -11,3 +11,3 @@ 'use strict';

return async (req, res, next) => {
config.logger.info('Running validateAuthenticatedSession');
config.logger.debug('Running validateAuthenticatedSession');
let sessionId;

@@ -52,3 +52,3 @@ try {

if (await hasValidAccessToken.hasValidAccessToken(api, session)) {
config.logger.info('Request session has a valid access token', {
config.logger.debug('Request session has a valid access token', {
shop: session.shop,

@@ -55,0 +55,0 @@ });

'use strict';
const SHOPIFY_EXPRESS_LIBRARY_VERSION = '5.0.7';
const SHOPIFY_EXPRESS_LIBRARY_VERSION = '5.0.8';
exports.SHOPIFY_EXPRESS_LIBRARY_VERSION = SHOPIFY_EXPRESS_LIBRARY_VERSION;
//# sourceMappingURL=version.js.map

@@ -1,2 +0,2 @@

export declare const SHOPIFY_EXPRESS_LIBRARY_VERSION = "5.0.7";
export declare const SHOPIFY_EXPRESS_LIBRARY_VERSION = "5.0.8";
//# sourceMappingURL=version.d.ts.map
{
"name": "@shopify/shopify-app-express",
"version": "5.0.7",
"version": "5.0.8",
"description": "Shopify Express Middleware - to simplify the building of Shopify Apps with Express",

@@ -33,7 +33,7 @@ "repository": {

"dependencies": {
"@shopify/shopify-api": "^11.5.0",
"@shopify/shopify-app-session-storage": "^3.0.7",
"@shopify/shopify-app-session-storage-memory": "^4.0.7",
"cookie-parser": "^1.4.6",
"express": "^4.19.2",
"@shopify/shopify-api": "^11.6.0",
"@shopify/shopify-app-session-storage": "^3.0.8",
"@shopify/shopify-app-session-storage-memory": "^4.0.8",
"cookie-parser": "^1.4.7",
"express": "^4.21.1",
"semver": "^7.6.2"

@@ -40,0 +40,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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