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

svelte-check

Package Overview
Dependencies
Maintainers
1
Versions
268
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.20 to 1.0.21

2

package.json
{
"name": "svelte-check",
"description": "Svelte Code Checker Terminal Interface",
"version": "1.0.20",
"version": "1.0.21",
"main": "./dist/src/index.js",

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

@@ -53,9 +53,9 @@ # Check your code with svelte-check

`--workspace <path to your workspace, where checking starts>`
`--workspace <path>` Path to your workspace. All subdirectories except node_modules and those listed in --ignore are checked
`--output <human|human-verbose|machine>`
`--watch` Will not exit after one pass but keep watching files for changes and rerun diagnostics.
`--watch` Will not exit after one pass but keep watching files for changes and rerun diagnostics
`--ignore <files/folders to ignore, relative to workspace root, comma-separated, inside quotes. Example: --ignore "dist,build">`
`--ignore <path1,path2>` 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