Socket
Socket
Sign inDemoInstall

@tsconfig/node12

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsconfig/node12 - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json

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

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

@@ -8,4 +8,9 @@ {

"module": "commonjs",
"target": "es2019"
"target": "es2019",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": 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