You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@octokit/tsconfig

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 3.0.0

2

package.json

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

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

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

@@ -7,3 +7,2 @@ # tsconfig

[![Build Status](https://github.com/octokit/tsconfig/workflows/Test/badge.svg)](https://github.com/octokit/tsconfig/actions?query=workflow%3ATest+branch%3Amain)
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=octokit/tsconfig)](https://dependabot.com/)

@@ -10,0 +9,0 @@ ## Usage

{
"compilerOptions": {
"module": "esnext",
"moduleResolution": "node",
"lib": ["es2023"],
"module": "node16",
"moduleResolution": "node16",
"noUnusedLocals": true,
"noUnusedParameters": true,
"strict": true,
"target": "es2020",
"target": "es2022",
"resolveJsonModule": true,

@@ -10,0 +11,0 @@ "verbatimModuleSyntax": true

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc