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

svelte-eslint-parser

Package Overview
Dependencies
Maintainers
2
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-eslint-parser - npm Package Compare versions

Comparing version 0.22.1 to 0.22.2

2

lib/context/script-let.js

@@ -293,3 +293,2 @@ "use strict";

const p = fn.params[index];
p.parent = parents[index];
if (this.ctx.isTypeScript()) {

@@ -305,2 +304,3 @@ const typeAnnotation = p.typeAnnotation;

}
p.parent = parents[index];
}

@@ -307,0 +307,0 @@ // Process for scope

{
"name": "svelte-eslint-parser",
"version": "0.22.1",
"version": "0.22.2",
"description": "Svelte parser for ESLint",

@@ -66,7 +66,7 @@ "repository": "git+https://github.com/ota-meshi/svelte-eslint-parser.git",

"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "~5.45.0",
"@typescript-eslint/parser": "~5.46.0",
"benchmark": "^2.1.4",
"chai": "^4.3.4",
"code-red": "^0.2.3",
"esbuild": "^0.15.0",
"esbuild": "^0.16.0",
"esbuild-register": "^3.3.3",

@@ -88,3 +88,3 @@ "eslint": "^8.2.0",

"locate-character": "^2.0.5",
"magic-string": "^0.26.0",
"magic-string": "^0.27.0",
"mocha": "^10.0.0",

@@ -91,0 +91,0 @@ "mocha-chai-jest-snapshot": "^1.1.3",

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