Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tsconfig/node-lts

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsconfig/node-lts - npm Package Compare versions

Comparing version 18.12.3 to 18.12.4

2

package.json

@@ -14,3 +14,3 @@ {

],
"version": "18.12.3"
"version": "18.12.4"
}

@@ -28,6 +28,4 @@ ### A base TSConfig for working with Node LTS.

"compilerOptions": {
"lib": [
"es2023"
],
"module": "Node16",
"lib": ["es2023"],
"module": "node16",
"target": "es2022",

@@ -41,4 +39,5 @@ "strict": true,

}
```
You can find the [code here](https://github.com/tsconfig/bases/blob/master/bases/node-lts.json).

@@ -8,6 +8,4 @@ // This file was autogenerated by a script

"compilerOptions": {
"lib": [
"es2023"
],
"module": "Node16",
"lib": ["es2023"],
"module": "node16",
"target": "es2022",

@@ -20,2 +18,2 @@ "strict": true,

}
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc