Socket
Socket
Sign inDemoInstall

@astrojs/check

Package Overview
Dependencies
Maintainers
0
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@astrojs/check - npm Package Compare versions

Comparing version 0.9.2 to 0.9.3

2

dist/index.js

@@ -31,3 +31,3 @@ import { createRequire } from 'node:module';

// Dynamically get the list of extensions to watch from the files already included in the project
const checkedExtensions = Array.from(new Set(checker.linter.projectHost.getScriptFileNames().map((fileName) => path.extname(fileName))));
const checkedExtensions = Array.from(new Set(checker.linter.getRootFileNames().map((fileName) => path.extname(fileName))));
createWatcher(workspaceRoot, checkedExtensions)

@@ -34,0 +34,0 @@ .on('add', (fileName) => {

{
"name": "@astrojs/check",
"description": "Type checking and diagnostics for Astro projects",
"version": "0.9.2",
"version": "0.9.3",
"author": "withastro",

@@ -25,3 +25,3 @@ "license": "MIT",

"dependencies": {
"@astrojs/language-server": "^2.13.2",
"@astrojs/language-server": "^2.14.1",
"chokidar": "^3.5.3",

@@ -28,0 +28,0 @@ "fast-glob": "^3.3.1",

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