Socket
Socket
Sign inDemoInstall

@octokit/types

Package Overview
Dependencies
Maintainers
3
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/types - npm Package Compare versions

Comparing version 2.6.0 to 2.7.0

6

package.json
{
"name": "@octokit/types",
"version": "2.6.0",
"version": "2.7.0",
"publishConfig": {

@@ -14,4 +14,4 @@ "access": "public"

"docs": "typedoc --module commonjs --readme none --out docs src/",
"lint": "prettier --check '{src,test}/**/*' README.md package.json !src/generated/*",
"lint:fix": "prettier --write '{src,test}/**/*' README.md package.json !src/generated/*",
"lint": "prettier --check '{src,test,scripts}/**/*.{js,ts,json}' README.md package.json !src/generated/* !scripts/update-endpoints/generated/*",
"lint:fix": "prettier --write '{src,test,scripts}/**/*.{js,ts,json}' README.md package.json !src/generated/* !scripts/update-endpoints/generated/*",
"pretest": "npm run -s lint",

@@ -18,0 +18,0 @@ "test": "./node_modules/.bin/tsc --noEmit --declaration src/index.ts",

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

export const VERSION = "2.6.0";
export const VERSION = "2.7.0";

Sorry, the diff of this file is too big to display

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