Socket
Socket
Sign inDemoInstall

@astrojs/check

Package Overview
Dependencies
Maintainers
3
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.7.0 to 0.8.0

README.md

4

dist/index.js

@@ -31,5 +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.language
.typescript.projectHost.getScriptFileNames()
.map((fileName) => path.extname(fileName))));
const checkedExtensions = Array.from(new Set(checker.linter.projectHost.getScriptFileNames().map((fileName) => path.extname(fileName))));
createWatcher(workspaceRoot, checkedExtensions)

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

{
"name": "@astrojs/check",
"version": "0.7.0",
"description": "Type checking and diagnostics for Astro projects",
"version": "0.8.0",
"author": "withastro",
"license": "MIT",
"homepage": "https://github.com/withastro/language-tools/tree/main/packages/astro-check",
"repository": {

@@ -23,3 +25,3 @@ "type": "git",

"dependencies": {
"@astrojs/language-server": "^2.10.0",
"@astrojs/language-server": "^2.11.0",
"chokidar": "^3.5.3",

@@ -26,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