Socket
Socket
Sign inDemoInstall

svelte-check

Package Overview
Dependencies
Maintainers
1
Versions
255
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 0.1.35 to 0.1.36

4

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

@@ -22,3 +22,2 @@ "bin": "./bin/svelte-check",

"dependencies": {
"@tsconfig/node12": "^1.0.0",
"chalk": "^4.0.0",

@@ -38,2 +37,3 @@ "glob": "^7.1.6",

"devDependencies": {
"@tsconfig/node12": "^1.0.0",
"@types/glob": "^7.1.1",

@@ -40,0 +40,0 @@ "@types/minimist": "^1.2.0",

# Check your code with svelte-check
Provides diagnostics for things such as
Provides CLI diagnostics checks for:
- unused css
- Unused CSS
- Svelte A11y hints
- JavaScript/TypeScript diagnostics
- JavaScript/TypeScript compiler errors

@@ -13,13 +13,2 @@ Requires Node 12 or later.

#### Global
Installation:
`npm i svelte-check -g`
Usage:
1. Go to folder where to start checking
2. `svelte-check`
#### Local / in your project

@@ -52,2 +41,13 @@

#### Global (not recommended)
Installation:
`npm i svelte-check -g`
Usage:
1. Go to folder where to start checking
2. `svelte-check`
### Args:

@@ -71,3 +71,3 @@

Example:
###### Example:

@@ -82,3 +82,3 @@ ```

Example:
###### Example:

@@ -93,3 +93,3 @@ ```

Example:
###### Example:

@@ -102,3 +102,3 @@ ```

Example:
###### Example:

@@ -105,0 +105,0 @@ ```

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