Socket
Socket
Sign inDemoInstall

@octokit-next/request

Package Overview
Dependencies
4
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.5.1 to 2.5.2

2

lib/version.js

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

export const VERSION = "2.5.1";
export const VERSION = "2.5.2";
{
"name": "@octokit-next/request",
"version": "2.5.1",
"version": "2.5.2",
"publishConfig": {

@@ -26,7 +26,7 @@ "access": "public"

"test": "npm run test:code && npm run test:types",
"test:code": "c8 ava test",
"test:code": "c8 --100 ava test",
"test:types": "tsd"
},
"dependencies": {
"@octokit-next/types": "2.5.1",
"@octokit-next/types": "2.5.2",
"is-plain-object": "^5.0.0",

@@ -38,10 +38,3 @@ "type-fest": "^3.0.0",

"string-to-arraybuffer": "^1.0.2"
},
"c8": {
"check-coverage": true,
"lines": 100,
"functions": 100,
"branches": 100,
"statements": 100
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc