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.1 to 2.4.3-canary.2

dist/cjs/flat.d.ts

38

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

@@ -20,13 +20,28 @@ "repository": {

],
"main": "index.js",
"main": "./dist/cjs/index.js",
"exports": {
"./flat": {
"types": "./dist/flat/index.d.ts",
"default": "./flat/index.js"
"import": {
"types": "./dist/es/flat.d.mts",
"default": "./dist/es/flat.mjs"
},
"require": {
"types": "./dist/cjs/flat.d.ts",
"default": "./dist/cjs/flat.js"
}
},
".": "./index.js"
".": {
"import": {
"types": "./dist/es/index.d.mts",
"default": "./dist/es/index.mjs"
},
"require": {
"types": "./dist/cjs/index.d.ts",
"default": "./dist/cjs/index.js"
}
}
},
"author": "Vercel",
"dependencies": {
"eslint-plugin-turbo": "2.4.3-canary.1"
"eslint-plugin-turbo": "2.4.3-canary.2"
},

@@ -40,11 +55,16 @@ "peerDependencies": {

"@types/eslint": "^8.56.10",
"tsup": "^6.2.0",
"bunchee": "^6.3.4",
"@turbo/tsconfig": "0.0.0",
"@turbo/eslint-config": "0.0.0"
},
"files": [
"dist"
],
"module": "./dist/es/index.mjs",
"types": "./dist/cjs/index.d.ts",
"scripts": {
"build": "tsup",
"lint": "eslint .",
"build": "bunchee",
"lint": "eslint src",
"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