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.0 to 1.1.2

2

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

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

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

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

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

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

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

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