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

@shopify/app-cli-node-generator-helper

Package Overview
Dependencies
Maintainers
13
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/app-cli-node-generator-helper - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

package.json
{
"name": "@shopify/app-cli-node-generator-helper",
"version": "1.1.2",
"version": "1.1.3",
"description": "helpers to generate code for shopify-app-node",

@@ -5,0 +5,0 @@ "main": "index.js",

# @shopify/app-cli-node-generator-helper
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE.md)
[![Build Status](https://travis-ci.com/Shopify/app-cli-node-generator-helper.svg?branch=master)](https://travis-ci.com/Shopify/shopify-app-node)
[![Build Status](https://travis-ci.com/Shopify/app-cli-node-generator-helper.svg?branch=master)](https://travis-ci.com/Shopify/app-cli-node-generator-helper)

@@ -17,2 +17,2 @@

This respository is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
This respository is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

@@ -89,3 +89,3 @@ const auth = `createShopifyAuth({

} = ctx.session;
await handlers.registerWebhooks(shop, accessToken, 'TEST_TYPE', '/webhooks/test/type', ApiVersion.July19);
await handlers.registerWebhooks(shop, accessToken, 'TEST_TYPE', '/webhooks/test/type', ApiVersion.October19);

@@ -128,5 +128,5 @@ ctx.redirect(\"/\");

} = ctx.session;
await handlers.registerWebhooks(shop, accessToken, 'TEST_TWO', '/webhooks/test/two', ApiVersion.July19);
await handlers.registerWebhooks(shop, accessToken, 'TEST_TWO', '/webhooks/test/two', ApiVersion.October19);
await handlers.registerWebhooks(shop, accessToken, 'TEST_TYPE', '/webhooks/test/type', ApiVersion.July19);
await handlers.registerWebhooks(shop, accessToken, 'TEST_TYPE', '/webhooks/test/type', ApiVersion.October19);
ctx.redirect(\"/\");

@@ -133,0 +133,0 @@ }

@@ -27,3 +27,3 @@ const parser = require("@babel/parser").parse;

type
)}', ApiVersion.July19); `;
)}', ApiVersion.October19); `;
sessionAssignment.insertAfter(

@@ -30,0 +30,0 @@ parser(code, { sourceType: "module", allowAwaitOutsideFunction: true })

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