@sendgrid/eventwebhook
Advanced tools
Comparing version 7.4.5 to 7.7.0
{ | ||
"name": "@sendgrid/eventwebhook", | ||
"description": "Twilio SendGrid NodeJS Event Webhook", | ||
"version": "7.4.5", | ||
"version": "7.7.0", | ||
"author": "Twilio SendGrid <help@twilio.com> (sendgrid.com)", | ||
@@ -28,3 +28,3 @@ "contributors": [ | ||
], | ||
"gitHead": "744deed4197c97534eb85ac2dd254e188d14e566" | ||
"gitHead": "30eebb16a51b51e6a2df1b3596044db6f5fdbe92" | ||
} |
@@ -1,2 +0,8 @@ | ||
import {PublicKey} from "starkbank-ecdsa"; | ||
// From starkbank-ecdsa, minimal interface of PublicKey | ||
declare class PublicKey { | ||
toString(encode?: boolean): string; | ||
static fromPem(pem: string): PublicKey; | ||
static fromDer(der: string): PublicKey; | ||
static fromString(key: string): PublicKey; | ||
} | ||
@@ -3,0 +9,0 @@ declare class EventWebhook { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9625
202