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
24
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 2.1.2 to 2.1.3

3

build/cjs/middlewares/has-valid-access-token.js

@@ -7,4 +7,3 @@ 'use strict';

const TEST_GRAPHQL_QUERY = `
{
const TEST_GRAPHQL_QUERY = `query shopifyAppShopName {
shop {

@@ -11,0 +10,0 @@ name

@@ -5,4 +5,4 @@ 'use strict';

const SHOPIFY_EXPRESS_LIBRARY_VERSION = '2.1.1';
const SHOPIFY_EXPRESS_LIBRARY_VERSION = '2.1.3';
exports.SHOPIFY_EXPRESS_LIBRARY_VERSION = SHOPIFY_EXPRESS_LIBRARY_VERSION;

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

var shopify_api_1 = require("@shopify/shopify-api");
var TEST_GRAPHQL_QUERY = "\n{\n shop {\n name\n }\n}";
var TEST_GRAPHQL_QUERY = "query shopifyAppShopName {\n shop {\n name\n }\n}";
function hasValidAccessToken(api, session) {

@@ -9,0 +9,0 @@ return tslib_1.__awaiter(this, void 0, void 0, function () {

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

export declare const SHOPIFY_EXPRESS_LIBRARY_VERSION = "2.1.1";
export declare const SHOPIFY_EXPRESS_LIBRARY_VERSION = "2.1.3";
//# sourceMappingURL=version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SHOPIFY_EXPRESS_LIBRARY_VERSION = void 0;
exports.SHOPIFY_EXPRESS_LIBRARY_VERSION = '2.1.1';
exports.SHOPIFY_EXPRESS_LIBRARY_VERSION = '2.1.3';
//# sourceMappingURL=version.js.map
{
"name": "@shopify/shopify-app-express",
"version": "2.1.2",
"version": "2.1.3",
"description": "Shopify Express Middleware - to simplify the building of Shopify Apps with Express",

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

"dependencies": {
"@shopify/shopify-api": "^7.1.0",
"@shopify/shopify-app-session-storage": "^1.1.3",
"@shopify/shopify-app-session-storage-memory": "^1.0.6",
"@shopify/shopify-api": "^7.3.1",
"@shopify/shopify-app-session-storage": "^1.1.4",
"@shopify/shopify-app-session-storage-memory": "^1.0.7",
"cookie-parser": "^1.4.6",

@@ -38,0 +38,0 @@ "express": "^4.18.1",

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