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
2.0.0

9

package.json

@@ -6,3 +6,3 @@ {

},
"version": "1.0.2",
"version": "2.0.0",
"description": "TypeScript configuration for Octokit packages",

@@ -16,3 +16,3 @@ "scripts": {

],
"repository": "https://github.com/octokit/tsconfig",
"repository": "github:octokit/tsconfig",
"author": "Gregor Martynus (https://dev.to/gr2m)",

@@ -24,8 +24,3 @@ "license": "MIT",

]
},
"renovate": {
"extends": [
"github>octokit/.github"
]
}
}

@@ -9,4 +9,5 @@ {

"target": "es2020",
"resolveJsonModule": true
"resolveJsonModule": true,
"verbatimModuleSyntax": true
}
}