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

@shopify/koa-shopify-webhooks

Package Overview
Dependencies
Maintainers
12
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/koa-shopify-webhooks - npm Package Compare versions

Comparing version 1.1.0 to 1.1.2

14

CHANGELOG.md

@@ -8,4 +8,18 @@ # Changelog

<!-- ## Unreleased -->
## [1.1.2]
- Added 1.1.1 version to CHANGELOG
## [1.1.1]
### Fixed
- Fixed a typo in the README
## [1.1.0]
### Changed
- Updates webhook registration to use GraphQL

@@ -12,0 +26,0 @@

2

package.json
{
"name": "@shopify/koa-shopify-webhooks",
"version": "1.1.0",
"version": "1.1.2",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Receive webhooks from Shopify with ease.",

@@ -76,3 +76,3 @@ # `@shopify/koa-shopify-webhooks`

address: 'www.mycool-app.com/webhooks/products/create',
topic: 'products/create',
topic: 'PRODUCTS_CREATE',
accessToken,

@@ -142,3 +142,3 @@ shop,

address: 'www.mycool-app.com/webhooks/products/create',
topic: 'products/create',
topic: 'PRODUCTS_CREATE',
accessToken,

@@ -150,3 +150,3 @@ shop,

address: 'www.mycool-app.com/webhooks/orders/create',
topic: 'orders/create',
topic: 'ORDERS_CREATE',
accessToken,

@@ -153,0 +153,0 @@ shop,

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