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

@octokit/core

Package Overview
Dependencies
Maintainers
3
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.0.4 to 4.0.5

2

dist-node/index.js

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

const VERSION = "4.0.4";
const VERSION = "4.0.5";

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

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

export const VERSION = "4.0.4";
export const VERSION = "4.0.5";

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

export declare const VERSION = "4.0.4";
export declare const VERSION = "4.0.5";

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

const VERSION = "4.0.4";
const VERSION = "4.0.5";

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

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

@@ -10,2 +10,6 @@ "files": [

],
"source": "dist-src/index.js",
"types": "dist-types/index.d.ts",
"main": "dist-node/index.js",
"module": "dist-web/index.js",
"pika": true,

@@ -26,3 +30,3 @@ "sideEffects": false,

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

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

"@octokit/auth": "^3.0.1",
"@pika/pack": "^0.5.0",
"@pika/pack": "^0.3.7",
"@pika/plugin-build-node": "^0.9.0",

@@ -58,7 +62,3 @@ "@pika/plugin-build-web": "^0.9.0",

"access": "public"
},
"source": "dist-src/index.js",
"types": "dist-types/index.d.ts",
"main": "dist-node/index.js",
"module": "dist-web/index.js"
}
}

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