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

@mashwang/tsconfig

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mashwang/tsconfig - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

10

base.json

@@ -6,15 +6,13 @@ {

"compilerOptions": {
"target": "es2017",
"module": "esnext",
"target": "es2021",
"strict": true,
"strictNullChecks": true,
"esModuleInterop": true,
"moduleResolution": "node",
"skipLibCheck": true,
"noUnusedLocals": true,
"noImplicitAny": true,
"allowJs": true,
"skipDefaultLibCheck": true,
"resolveJsonModule": true,
"forceConsistentCasingInFileNames": true
},
"exclude": ["node_modules"]
}
}

4

package.json
{
"name": "@mashwang/tsconfig",
"version": "0.5.0",
"version": "0.6.0",
"author": "Mashiro Wang <hyperoot@gmail.com> (https://github.com/MashiroWang/)",

@@ -15,3 +15,3 @@ "main": "index.js",

},
"gitHead": "ceafcba482a796b3315e06c625f0d7c283a45fe7"
"gitHead": "43db6c52736e31590ab13743860f3dafa04d68d3"
}
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