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

@octokit/webhooks-methods

Package Overview
Dependencies
Maintainers
4
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/webhooks-methods - npm Package Compare versions

Comparing version 3.0.3 to 4.0.0

2

dist-node/index.js

@@ -40,3 +40,3 @@ "use strict";

// pkg/dist-src/version.js
var VERSION = "3.0.3";
var VERSION = "4.0.0";

@@ -43,0 +43,0 @@ // pkg/dist-src/node/sign.js

@@ -1,4 +0,4 @@

const VERSION = "3.0.3";
const VERSION = "4.0.0";
export {
VERSION
};

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

export declare const VERSION = "3.0.3";
export declare const VERSION = "4.0.0";

@@ -6,3 +6,3 @@ {

},
"version": "3.0.3",
"version": "4.0.0",
"description": "Methods to handle GitHub Webhook requests",

@@ -19,7 +19,6 @@ "repository": "github:octokit/webhooks-methods.js",

"devDependencies": {
"@octokit/tsconfig": "^1.0.2",
"@pika/plugin-ts-standard-pkg": "^0.9.2",
"@octokit/tsconfig": "^2.0.0",
"@types/jest": "^29.0.0",
"@types/node": "^18.0.0",
"esbuild": "^0.17.19",
"esbuild": "^0.18.0",
"glob": "^10.2.6",

@@ -35,3 +34,10 @@ "jest": "^29.0.0",

"jest": {
"preset": "ts-jest",
"transform": {
"^.+\\.(ts|tsx)$": [
"ts-jest",
{
"tsconfig": "test/tsconfig.test.json"
}
]
},
"coverageThreshold": {

@@ -51,3 +57,3 @@ "global": {

"engines": {
"node": ">= 14"
"node": ">= 18"
},

@@ -54,0 +60,0 @@ "files": [

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