Socket
Socket
Sign inDemoInstall

@octokit/plugin-enterprise-compatibility

Package Overview
Dependencies
Maintainers
2
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.5 to 1.2.6

2

dist-node/index.js

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

const VERSION = "1.2.5";
const VERSION = "1.2.6";

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

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

export const VERSION = "1.2.5";
export const VERSION = "1.2.6";

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

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

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

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

@@ -26,4 +26,4 @@ "files": [

"devDependencies": {
"@octokit/core": "^2.1.0",
"@octokit/rest": "^17.0.0",
"@octokit/core": "^3.0.0",
"@octokit/rest": "^18.0.0",
"@pika/pack": "^0.5.0",

@@ -34,3 +34,3 @@ "@pika/plugin-build-node": "^0.9.0",

"@types/fetch-mock": "^7.3.1",
"@types/jest": "^25.1.0",
"@types/jest": "^26.0.0",
"@types/node": "^14.0.4",

@@ -37,0 +37,0 @@ "fetch-mock": "^9.0.0",

@@ -22,8 +22,8 @@ # plugin-enterprise-compatibility.js

Load `@octokit/plugin-enterprise-compatibility` and [`@octokit/core`](https://github.com/octokit/core.js) (or core-compatible module) directly from [cdn.pika.dev](https://cdn.pika.dev)
Load `@octokit/plugin-enterprise-compatibility` and [`@octokit/core`](https://github.com/octokit/core.js) (or core-compatible module) directly from [cdn.skypack.dev](https://cdn.skypack.dev)
```html
<script type="module">
import { Octokit } from "https://cdn.pika.dev/@octokit/core";
import { enterpriseCompatibility } from "https://cdn.pika.dev/@octokit/plugin-enterprise-compatibility";
import { Octokit } from "https://cdn.skypack.dev/@octokit/core";
import { enterpriseCompatibility } from "https://cdn.skypack.dev/@octokit/plugin-enterprise-compatibility";
</script>

@@ -30,0 +30,0 @@ ```

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