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

@saberhq/tsconfig

Package Overview
Dependencies
Maintainers
2
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@saberhq/tsconfig - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

package.json
{
"name": "@saberhq/tsconfig",
"description": "Saber TypeScript configurations.",
"version": "2.0.2",
"version": "2.0.3",
"homepage": "https://github.com/saber-hq/saber-build-common/tree/master/packages/tsconfig#readme",

@@ -6,0 +6,0 @@ "repository": "git+https://github.com/saber-hq/saber-build-common.git",

@@ -7,3 +7,4 @@ {

"composite": true
}
},
"exclude": ["**/*.spec.ts", "**/*.test.ts"]
}

@@ -7,3 +7,4 @@ {

"composite": true
}
},
"exclude": ["**/*.spec.ts", "**/*.test.ts"]
}

@@ -7,3 +7,4 @@ {

"composite": true
}
},
"exclude": ["**/*.spec.ts", "**/*.test.ts"]
}

@@ -9,3 +9,8 @@ {

},
"include": ["jest.config.mjs", ".eslintrc.cjs"]
"include": [
"jest.config.mjs",
".eslintrc.cjs",
"packages/**/*.spec.ts",
"packages/**/*.test.ts"
]
}
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