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
4.0.0

2

package.json

@@ -7,3 +7,3 @@ {

},
"version": "3.1.0",
"version": "4.0.0",
"description": "TypeScript configuration for Octokit packages",

@@ -10,0 +10,0 @@ "scripts": {

@@ -11,4 +11,5 @@ {

"resolveJsonModule": true,
"verbatimModuleSyntax": true
"verbatimModuleSyntax": true,
"exactOptionalPropertyTypes": true
}
}