Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-svelte3

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-svelte3 - npm Package Compare versions

Comparing version 2.7.3 to 3.0.0

6

CHANGELOG.md

@@ -0,1 +1,7 @@

# 3.0.0
- Breaking change: Node 10+ is now required
- There are no specific changes yet that will not work on Node 8, but tests will no longer be run on Node 8, and there are no guarantees about it
- Fix erroneous `no-unused-vars` for variables that are assigned to in the template, but are only used in the script
# 2.7.3

@@ -2,0 +8,0 @@

2

index.js

@@ -265,2 +265,4 @@ 'use strict';

});
block.transformed_code += `{${vars.filter(v => v.referenced_from_script).map(v => v.name)}}`;
}

@@ -267,0 +269,0 @@

7

package.json
{
"name": "eslint-plugin-svelte3",
"version": "2.7.3",
"version": "3.0.0",
"description": "An ESLint plugin for Svelte v3 components.",

@@ -15,2 +15,5 @@ "keywords": [

"main": "index.js",
"engines": {
"node": ">=10"
},
"repository": {

@@ -36,5 +39,5 @@ "type": "git",

"eslint": ">=6.0.0",
"rollup": "^1",
"rollup": "^2",
"svelte": "^3.2.0"
}
}

@@ -44,3 +44,3 @@ # eslint-plugin-svelte3

{
files: ['**/*.svelte'],
files: ['*.svelte'],
processor: 'svelte3/svelte3'

@@ -47,0 +47,0 @@ }

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