Socket
Socket
Sign inDemoInstall

@octokit/plugin-rest-endpoint-methods

Package Overview
Dependencies
Maintainers
2
Versions
199
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/plugin-rest-endpoint-methods - npm Package Compare versions

Comparing version 4.2.0 to 4.2.1

2

dist-node/index.js

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

const VERSION = "4.2.0";
const VERSION = "4.2.1";

@@ -1057,0 +1057,0 @@ function endpointsToMethods(octokit, endpointsMap) {

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

export const VERSION = "4.2.0";
export const VERSION = "4.2.1";

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

export declare const VERSION = "4.2.0";
export declare const VERSION = "4.2.1";

@@ -1207,3 +1207,3 @@ const Endpoints = {

const VERSION = "4.2.0";
const VERSION = "4.2.1";

@@ -1210,0 +1210,0 @@ function endpointsToMethods(octokit, endpointsMap) {

{
"name": "@octokit/plugin-rest-endpoint-methods",
"description": "Octokit plugin adding one method for all of api.github.com REST API endpoints",
"version": "4.2.0",
"version": "4.2.1",
"license": "MIT",

@@ -6,0 +6,0 @@ "files": [

@@ -16,8 +16,8 @@ # plugin-rest-endpoint-methods.js

Load `@octokit/plugin-rest-endpoint-methods` 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-rest-endpoint-methods` 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 { restEndpointMethods } from "https://cdn.pika.dev/@octokit/plugin-rest-endpoint-methods";
import { Octokit } from "https://cdn.skypack.dev/@octokit/core";
import { restEndpointMethods } from "https://cdn.skypack.dev/@octokit/plugin-rest-endpoint-methods";
</script>

@@ -24,0 +24,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