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
27
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 5.0.5 to 5.0.6

2

build/ts/receive.d.ts
import type { Context, Middleware } from 'koa';
import { Topic } from './types';
import type { Topic } from './types';
interface Options {

@@ -4,0 +4,0 @@ secret: string;

@@ -1,2 +0,2 @@

import { Topic } from './types';
import type { Topic } from './types';
export type ApiVersion = '2020-10' | '2021-01' | '2021-04' | '2021-07' | '2021-10' | '2022-01' | '2022-04' | '2022-07' | '2022-10' | 'unstable' | 'unversioned' | (string & {});

@@ -3,0 +3,0 @@ export declare enum DeliveryMethod {

{
"name": "@shopify/koa-shopify-webhooks",
"version": "5.0.5",
"version": "5.0.6",
"license": "MIT",

@@ -35,3 +35,3 @@ "description": "Receive webhooks from Shopify with ease",

"devDependencies": {
"@shopify/jest-dom-mocks": "^4.1.1",
"@shopify/jest-dom-mocks": "^4.1.2",
"@types/koa-bodyparser": "*",

@@ -38,0 +38,0 @@ "@types/koa-compose": "*"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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