Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@tsconfig/node10

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsconfig/node10 - npm Package Compare versions

Comparing version
1.0.4
to
1.0.5
+1
-1
package.json

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

{"name":"@tsconfig/node10","repository":{"type":"git","url":"https://github.com/tsconfig/bases.git","directory":"bases"},"license":"MIT","description":"A base TSConfig for working with Node 10.","version":"1.0.4"}
{"name":"@tsconfig/node10","repository":{"type":"git","url":"https://github.com/tsconfig/bases.git","directory":"bases"},"license":"MIT","description":"A base TSConfig for working with Node 10.","version":"1.0.5"}

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

### A base TSConfig for working with Node 10.
### [display_title].

@@ -15,1 +15,24 @@ Add the package to your `"devDependencies"`:

```
---
The `tsconfig.json`:
```json
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Node 10",
"compilerOptions": {
"lib": ["es2018"],
"module": "commonjs",
"target": "es2018",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}
```