Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@shopify/shopify-app-session-storage

Package Overview
Dependencies
Maintainers
24
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/shopify-app-session-storage - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

10

build/cjs/types.js

@@ -30,8 +30,6 @@ 'use strict';

class MigrationOperation {
/** Name of the migration that will be used to uniquely identity it among all other migration */
/** The actual migration function that will modify the perisitence storage */
constructor(migrationName, migrationFunction) {
/** Name of the migration that will be used to uniquely identity it among all other migration */
this.migrationName = void 0;
/** The actual migration function that will modify the perisitence storage */
this.migrationFunction = void 0;

@@ -47,2 +45,6 @@ this.migrationName = migrationName;

/**
* Use to initialise session storage migrators
*/
const defaultSessionStorageMigratorOptions = {

@@ -49,0 +51,0 @@ migrationDBIdentifier: 'shopify_sessions_migrations'

8

package.json
{
"name": "@shopify/shopify-app-session-storage",
"version": "1.1.4",
"version": "1.1.5",
"description": "Shopify App Session Storage - abstract class",

@@ -37,3 +37,3 @@ "repository": {

"peerDependencies": {
"@shopify/shopify-api": "^7.3.1"
"@shopify/shopify-api": "^7.4.0"
},

@@ -46,7 +46,3 @@ "devDependencies": {

"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.5.0",
"jest-fetch-mock": "^3.0.3",
"jest-runner-eslint": "^2.0.0",
"prettier": "^2.8.8",
"ts-jest": "^29.1.0",
"typescript": "^4.9.5"

@@ -53,0 +49,0 @@ },

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