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

eslint-config-next

Package Overview
Dependencies
Maintainers
0
Versions
1861
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-next - npm Package Compare versions

Comparing version 15.2.0-canary.29 to 15.2.0-canary.30

4

package.json
{
"name": "eslint-config-next",
"version": "15.2.0-canary.29",
"version": "15.2.0-canary.30",
"description": "ESLint configuration used by Next.js.",

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

"dependencies": {
"@next/eslint-plugin-next": "15.2.0-canary.29",
"@next/eslint-plugin-next": "15.2.0-canary.30",
"@rushstack/eslint-patch": "^1.10.3",

@@ -16,0 +16,0 @@ "@typescript-eslint/eslint-plugin": "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0",

@@ -5,2 +5,3 @@ const {

} = require('next/dist/compiled/babel/eslint-parser')
const { version } = require('./package.json')

@@ -10,2 +11,6 @@ module.exports = {

parseForESLint,
meta: {
name: 'eslint-config-next/parser',
version,
},
}
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