Socket
Socket
Sign inDemoInstall

@next/eslint-plugin-next

Package Overview
Dependencies
Maintainers
5
Versions
1974
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.154 to 15.0.0-canary.155

6

dist/utils/get-root-dirs.js

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

*/ var processRootDir = function(rootDir) {
// Ensures we only match folders.
if (!rootDir.endsWith('/')) rootDir += '/';
return (0, _fastglob.globSync)(rootDir);
return (0, _fastglob.globSync)(rootDir, {
onlyDirectories: true
});
};

@@ -20,0 +20,0 @@ var getRootDirs = function(context) {

{
"name": "@next/eslint-plugin-next",
"version": "15.0.0-canary.154",
"version": "15.0.0-canary.155",
"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