Socket
Socket
Sign inDemoInstall

@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 6.0.0-beta.2 to 6.0.0-beta.3

2

dist-src/version.js

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

const VERSION = "6.0.0-beta.2";
const VERSION = "6.0.0-beta.3";
export {
VERSION
};

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

export declare const VERSION = "6.0.0-beta.2";
export declare const VERSION = "6.0.0-beta.3";
{
"name": "@octokit/core",
"version": "6.0.0-beta.2",
"version": "6.0.0-beta.3",
"publishConfig": {

@@ -59,7 +59,9 @@ "access": "public"

],
"main": "dist-node/index.js",
"module": "dist-web/index.js",
"types": "dist-types/index.d.ts",
"source": "dist-src/index.js",
"exports": {
".": {
"types": "./dist-types/index.d.ts",
"import": "./dist-bundle/index.js"
}
},
"sideEffects": false
}
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