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

eslint-config-turbo

Package Overview
Dependencies
Maintainers
2
Versions
283
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-turbo - npm Package Compare versions

Comparing version 2.4.3-canary.0 to 2.4.3-canary.1

.turbo/turbo-build.log

16

package.json
{
"name": "eslint-config-turbo",
"version": "2.4.3-canary.0",
"version": "2.4.3-canary.1",
"description": "ESLint config for Turborepo",

@@ -22,3 +22,6 @@ "repository": {

"exports": {
"./flat": "./flat/index.js",
"./flat": {
"types": "./dist/flat/index.d.ts",
"default": "./flat/index.js"
},
".": "./index.js"

@@ -28,3 +31,3 @@ },

"dependencies": {
"eslint-plugin-turbo": "2.4.3-canary.0"
"eslint-plugin-turbo": "2.4.3-canary.1"
},

@@ -37,9 +40,12 @@ "peerDependencies": {

"devDependencies": {
"@types/eslint": "^8.44.2",
"@types/eslint": "^8.56.10",
"tsup": "^6.2.0",
"@turbo/tsconfig": "0.0.0",
"@turbo/eslint-config": "0.0.0"
},
"scripts": {
"lint": "eslint ./index.js",
"build": "tsup",
"lint": "eslint .",
"lint:prettier": "prettier -c . --cache --ignore-path=../../.prettierignore"
}
}
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