Socket
Socket
Sign inDemoInstall

@next/eslint-plugin-next

Package Overview
Dependencies
Maintainers
5
Versions
1996
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@next/eslint-plugin-next - npm Package Compare versions

Comparing version 15.0.0-canary.156 to 15.0.0-canary.157

2

dist/utils/get-root-dirs.js

@@ -15,3 +15,3 @@ "use strict";

*/ var processRootDir = function(rootDir) {
return (0, _fastglob.globSync)(rootDir, {
return (0, _fastglob.globSync)(rootDir.replace(/\\/g, '/'), {
onlyDirectories: true

@@ -18,0 +18,0 @@ });

{
"name": "@next/eslint-plugin-next",
"version": "15.0.0-canary.156",
"version": "15.0.0-canary.157",
"description": "ESLint plugin for Next.js.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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