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

@octokit/plugin-enterprise-compatibility

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/plugin-enterprise-compatibility - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

2

dist-node/index.js

@@ -7,3 +7,3 @@ 'use strict';

const VERSION = "1.2.2";
const VERSION = "1.2.3";

@@ -10,0 +10,0 @@ function isIssueLabelsUpdateOrReplace({

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

export const VERSION = "1.2.2";
export const VERSION = "1.2.3";

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

export declare const VERSION = "1.2.2";
export declare const VERSION = "1.2.3";
import { RequestError } from '@octokit/request-error';
const VERSION = "1.2.2";
const VERSION = "1.2.3";

@@ -5,0 +5,0 @@ function isIssueLabelsUpdateOrReplace({ method, url }) {

{
"name": "@octokit/plugin-enterprise-compatibility",
"description": "Octokit plugin for improving GHE compatibility",
"version": "1.2.2",
"version": "1.2.3",
"license": "MIT",

@@ -23,3 +23,3 @@ "files": [

"@octokit/request-error": "^2.0.0",
"@octokit/types": "^2.0.1"
"@octokit/types": "^4.0.1"
},

@@ -35,3 +35,3 @@ "devDependencies": {

"@types/jest": "^25.1.0",
"@types/node": "^13.1.0",
"@types/node": "^14.0.4",
"fetch-mock": "^9.0.0",

@@ -38,0 +38,0 @@ "jest": "^25.1.0",

@@ -7,3 +7,2 @@ # plugin-enterprise-compatibility.js

[![Build Status](https://github.com/octokit/plugin-enterprise-compatibility.js/workflows/Test/badge.svg)](https://github.com/octokit/plugin-enterprise-compatibility.js/actions?workflow=Test)
[![Greenkeeper badge](https://badges.greenkeeper.io/octokit/plugin-enterprise-compatibility.js.svg)](https://greenkeeper.io/)

@@ -10,0 +9,0 @@ The GitHub API teams is continuously improving existing APIs to make the overall platform more consistent. For example, the [Add labels to an issue](https://developer.github.com/v3/issues/labels/#add-labels-to-an-issue) expected the label names array to be sent directly in the request body root, as you can still see in the documentation for [GHE 2.15](https://developer.github.com/enterprise/2.15/v3/issues/labels/#input).

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