Socket
Socket
Sign inDemoInstall

@octokit/endpoint

Package Overview
Dependencies
Maintainers
3
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/endpoint - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

2

lib/version.js
"use strict";
module.exports = '4.1.0';
module.exports = '0.0.0-development';
{
"name": "@octokit/endpoint",
"version": "4.1.0",
"version": "4.1.1",
"publishConfig": {

@@ -10,2 +10,3 @@ "access": "public",

"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {

@@ -80,9 +81,15 @@ "test": "test"

"plugins": [
["@semantic-release/github", {
"assets": [
"dist/*",
"!dist/*.map.gz"
]
}],
"./scripts/semantic-release-create-version.js"
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/github",
{
"assets": [
"dist/*",
"!dist/*.map.gz"
]
}
],
"./scripts/semantic-release-create-version.js",
"@semantic-release/npm"
]

@@ -89,0 +96,0 @@ },

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