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

eslint-plugin-svelte

Package Overview
Dependencies
Maintainers
5
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-svelte - npm Package Compare versions

Comparing version 2.32.0 to 2.32.1

2

lib/meta.d.ts
export declare const name: "eslint-plugin-svelte";
export declare const version: "2.32.0";
export declare const version: "2.32.1";

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

exports.name = "eslint-plugin-svelte";
exports.version = "2.32.0";
exports.version = "2.32.1";

@@ -85,3 +85,4 @@ "use strict";

}
if (node.type === "root" || node.type === "atrule") {
if ((node.type === "root" || node.type === "atrule") &&
node.nodes !== undefined) {
return node.nodes.flatMap(findClassesInPostCSSNode);

@@ -88,0 +89,0 @@ }

{
"name": "eslint-plugin-svelte",
"version": "2.32.0",
"version": "2.32.1",
"description": "ESLint plugin for Svelte using AST",

@@ -5,0 +5,0 @@ "repository": "git+https://github.com/sveltejs/eslint-plugin-svelte.git",

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