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

@octokit/core

Package Overview
Dependencies
Maintainers
4
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/core - npm Package Compare versions

Comparing version 4.1.0 to 4.2.0

2

dist-node/index.js

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

const VERSION = "4.1.0";
const VERSION = "4.2.0";

@@ -14,0 +14,0 @@ class Octokit {

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

export const VERSION = "4.1.0";
export const VERSION = "4.2.0";

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

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

@@ -7,3 +7,3 @@ import { getUserAgent } from 'universal-user-agent';

const VERSION = "4.1.0";
const VERSION = "4.2.0";

@@ -10,0 +10,0 @@ class Octokit {

{
"name": "@octokit/core",
"description": "Extendable client for GitHub's REST & GraphQL APIs",
"version": "4.1.0",
"version": "4.2.0",
"license": "MIT",

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

"@octokit/request-error": "^3.0.0",
"@octokit/types": "^8.0.0",
"@octokit/types": "^9.0.0",
"before-after-hook": "^2.2.0",

@@ -43,3 +43,3 @@ "universal-user-agent": "^6.0.0"

"@types/lolex": "^5.1.0",
"@types/node": "^16.0.0",
"@types/node": "^18.0.0",
"fetch-mock": "^9.0.0",

@@ -49,5 +49,5 @@ "http-proxy-agent": "^5.0.0",

"lolex": "^6.0.0",
"prettier": "2.7.1",
"prettier": "2.8.3",
"proxy": "^1.0.1",
"semantic-release": "^19.0.0",
"semantic-release": "^20.0.0",
"semantic-release-plugin-update-version-in-files": "^1.0.0",

@@ -54,0 +54,0 @@ "ts-jest": "^29.0.0",

@@ -6,3 +6,3 @@ # core.js

[![@latest](https://img.shields.io/npm/v/@octokit/core.svg)](https://www.npmjs.com/package/@octokit/core)
[![Build Status](https://github.com/octokit/core.js/workflows/Test/badge.svg)](https://github.com/octokit/core.js/actions?query=workflow%3ATest+branch%3Amaster)
[![Build Status](https://github.com/octokit/core.js/workflows/Test/badge.svg)](https://github.com/octokit/core.js/actions?query=workflow%3ATest+branch%3Amain)

@@ -37,6 +37,6 @@ <!-- toc -->

Load <code>@octokit/core</code> directly from <a href="https://cdn.skypack.dev">cdn.skypack.dev</a>
```html
<script type="module">
import { Octokit } from "https://cdn.skypack.dev/@octokit/core";
import { Octokit } from "https://cdn.skypack.dev/@octokit/core";
</script>

@@ -171,3 +171,3 @@ ```

title: "My pull request",
base: "master",
base: "main",
head: "my-feature",

@@ -174,0 +174,0 @@ draft: true,

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