Socket
Socket
Sign inDemoInstall

@social-hustle/config-tsconfig

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@social-hustle/config-tsconfig - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

6

CHANGELOG.md
# @social-hustle/config-tsconfig
## 2.0.0
### Major Changes
- 0c83723: switch to moduleResolution: Bundler
## 1.0.0

@@ -4,0 +10,0 @@

2

package.json
{
"name": "@social-hustle/config-tsconfig",
"version": "1.0.0",
"version": "2.0.0",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

@@ -15,3 +15,3 @@ {

"module": "esnext",
"moduleResolution": "node",
"moduleResolution": "Bundler",
"noEmit": true,

@@ -18,0 +18,0 @@ "noUncheckedIndexedAccess": true,

@@ -6,20 +6,9 @@ {

"compilerOptions": {
"allowJs": true,
"baseUrl": ".",
"declaration": false,
"declarationMap": false,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"incremental": true,
"isolatedModules": true,
"jsx": "preserve",
"lib": ["dom", "dom.iterable", "esnext"],
"module": "esnext",
"moduleResolution": "node",
"noEmit": true,
"noUncheckedIndexedAccess": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"target": "es5",
"tsBuildInfoFile": ".tsbuildinfo"

@@ -26,0 +15,0 @@ },

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