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

svelte-check

Package Overview
Dependencies
Maintainers
1
Versions
264
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-check - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

dist/src/index.js

@@ -111,3 +111,3 @@ "use strict";

const svelteCheck = new svelte_language_server_1.SvelteCheck(workspaceUri.fsPath);
const filePathsToIgnore = ((_a = myArgs['ignore']) === null || _a === void 0 ? void 0 : _a.split(' ')) || [];
const filePathsToIgnore = ((_a = myArgs['ignore']) === null || _a === void 0 ? void 0 : _a.split(',')) || [];
if (myArgs['watch']) {

@@ -114,0 +114,0 @@ new DiagnosticsWatcher(workspaceUri, svelteCheck, writer, filePathsToIgnore);

{
"name": "svelte-check",
"description": "Svelte Code Checker Terminal Interface",
"version": "1.0.0",
"version": "1.0.1",
"main": "./dist/src/index.js",

@@ -6,0 +6,0 @@ "bin": "./bin/svelte-check",

@@ -59,3 +59,3 @@ # Check your code with svelte-check

`--ignore <files/folders to ignore, relative to workspace root, comma-separated. Example: --ignore dist,build>`
`--ignore <files/folders to ignore, relative to workspace root, comma-separated, inside quotes. Example: --ignore "dist,build">`

@@ -62,0 +62,0 @@ `--fail-on-warnings` Will also exit with error code when there are warnings

Sorry, the diff of this file is not supported yet

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