New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@autoguru/tsconfig

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@autoguru/tsconfig - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

3

base.json
{
"compileOnSave": true,
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"allowJs": false,

@@ -35,5 +37,4 @@ "allowSyntheticDefaultImports": true,

"strictNullChecks": false,
"suppressImplicitAnyIndexErrors": true,
"target": "esnext"
}
}
# @autoguru/tsconfig
## 1.2.0
### Minor Changes
- 8297630: Dependency upgrades
### Patch Changes
- 8297630: Dependency upgrades
## 1.1.0

@@ -4,0 +14,0 @@

{
"name": "@autoguru/tsconfig",
"version": "1.1.0",
"version": "1.2.0",
"description": "AutoGuru's TypeScript shared config",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/autoguru-au/octane/tree/master/packages/tsconfig#readme",

@@ -15,2 +15,4 @@ # `@autoguru/tsconfig`

"compilerOptions": {
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"outDir": "./dist",

@@ -17,0 +19,0 @@ "baseUrl": "./src",

{
"extends": "./base.json",
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"sourceMap": true,

@@ -5,0 +7,0 @@ "lib": ["dom", "esnext"]

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