📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP

eslint-plugin-svelte

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-svelte - npm Package Compare versions

Comparing version

to
3.2.1

@@ -17,3 +17,3 @@ import './rule-types.js';

name: "eslint-plugin-svelte";
version: "3.2.0";
version: "3.2.1";
};

@@ -20,0 +20,0 @@ export declare const processors: {

export declare const name = "eslint-plugin-svelte";
export declare const version = "3.2.0";
export declare const version = "3.2.1";

@@ -5,2 +5,2 @@ // IMPORTANT!

export const name = 'eslint-plugin-svelte';
export const version = '3.2.0';
export const version = '3.2.1';

@@ -270,3 +270,3 @@ import { createRule } from '../utils/index.js';

const paths = getUsedNestedPropertyNames(identifier);
usedPaths.push(...paths);
usedPaths.push(...paths.map((path) => [identifier.name, ...path]));
}

@@ -273,0 +273,0 @@ }

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

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