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

@sendgrid/eventwebhook

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sendgrid/eventwebhook - npm Package Compare versions

Comparing version 7.4.5 to 7.7.0

4

package.json
{
"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

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