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 2.1.3 to 2.1.4

dist/cjs/abstract-migration-engine.js

34

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

@@ -12,8 +12,19 @@ "repository": {

},
"homepage": "https://github.com/Shopify/shopify-app-js/tree/main/packages/shopify-app-session-storage",
"homepage": "https://github.com/Shopify/shopify-app-js/tree/main/packages/apps/session-storage/shopify-app-session-storage",
"author": "Shopify Inc.",
"license": "MIT",
"main": "./build/cjs/index.js",
"types": "./build/ts/index.d.ts",
"scripts": {},
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
"types": "./dist/ts/index.d.ts",
"scripts": {
"lint": "eslint . --ext .js,.ts",
"build": "yarn run rollup && yarn tsc -p ./tsconfig.build.json",
"test": "jest",
"test:ci": "yarn test",
"rollup": "rollup -c rollup.config.js --bundleConfigAsCjs",
"clean": "rimraf .rollup.cache dist",
"changeset": "changeset",
"version": "changeset version",
"release": "yarn build && changeset publish"
},
"publishConfig": {

@@ -36,11 +47,12 @@ "access": "public",

"peerDependencies": {
"@shopify/shopify-api": "^9.7.1"
"@shopify/shopify-api": "^9.7.2"
},
"devDependencies": {},
"devDependencies": {
"@shopify/shopify-api": "^9.7.2"
},
"files": [
"build/*",
"!bundle/*",
"!tsconfig.tsbuildinfo",
"!node_modules"
"dist/*",
"!node_modules",
"!tsconfig.tsbuildinfo"
]
}
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