🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@nestjs-shopify/auth

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nestjs-shopify/auth - npm Package Compare versions

Comparing version

to
4.0.0

11

CHANGELOG.md
# @nestjs-shopify/auth
## 4.0.0
### Major Changes
- 83687c1: Upgrade to `"@shopify/shopify-api": "^7.0.0"`. See changelog of `@shopify/shopify-api` for the required changes: https://github.com/Shopify/shopify-api-js/blob/main/CHANGELOG.md
### Patch Changes
- Updated dependencies [83687c1]
- @nestjs-shopify/core@3.0.0
## 3.2.1

@@ -4,0 +15,0 @@

6

package.json
{
"name": "@nestjs-shopify/auth",
"version": "3.2.1",
"version": "4.0.0",
"type": "commonjs",

@@ -17,6 +17,6 @@ "homepage": "https://github.com/nestjs-shopify/nestjs-shopify",

"peerDependencies": {
"@nestjs-shopify/core": "^2.0.0",
"@nestjs-shopify/core": "^3.0.0",
"@nestjs/common": "*",
"@nestjs/core": "*",
"@shopify/shopify-api": "^6.0.0",
"@shopify/shopify-api": "^7.0.0",
"tslib": "2.5.0"

@@ -23,0 +23,0 @@ },

@@ -38,5 +38,3 @@ "use strict";

return tslib_1.__awaiter(this, void 0, void 0, function* () {
const isOnline = this.accessMode === auth_interfaces_1.AccessMode.Online;
const { headers = {}, session } = yield this.shopifyApi.auth.callback({
isOnline,
rawRequest: req,

@@ -43,0 +41,0 @@ rawResponse: res,

Sorry, the diff of this file is not supported yet