You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@octokit/tsconfig

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@octokit/tsconfig - npm Package Compare versions

Comparing version

to
3.1.0

12

package.json
{
"name": "@octokit/tsconfig",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"version": "3.0.0",
"version": "3.1.0",
"description": "TypeScript configuration for Octokit packages",
"scripts": {
"test": "node -p 'require(\".\")'"
"test": "node --test ./test/*.test.js"
},
"type": "module",
"main": "tsconfig.json",

@@ -22,3 +24,7 @@ "files": [

]
},
"devDependencies": {
"ajv": "^8.12.0",
"ajv-draft-04": "^1.0.0"
}
}