Socket
Socket
Sign inDemoInstall

@next/eslint-plugin-next

Package Overview
Dependencies
Maintainers
8
Versions
2016
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 9.4.5-canary.12 to 9.4.5-canary.13

4

lib/rules/no-css-tags.js

@@ -21,3 +21,5 @@ module.exports = function (context) {

(attr) =>
attr.name.name === 'href' && !/^https?/.test(attr.value.value)
attr.name.name === 'href' &&
attr.value.type === 'Literal' &&
!/^https?/.test(attr.value.value)
)

@@ -24,0 +26,0 @@ ) {

{
"name": "@next/eslint-plugin-next",
"version": "9.4.5-canary.12",
"version": "9.4.5-canary.13",
"description": "ESLint plugin for NextJS.",

@@ -11,3 +11,3 @@ "main": "lib/index.js",

},
"gitHead": "60d1ed2ee54994f8950b13e930277ceaf35f506b"
"gitHead": "11753dd27f8c94226a2f385da8e2e703f4d0942c"
}
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