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

@astrojs/check

Package Overview
Dependencies
Maintainers
3
Versions
32
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.5.10 to 0.6.0

4

dist/index.js

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

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

{
"name": "@astrojs/check",
"version": "0.5.10",
"version": "0.6.0",
"author": "withastro",

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

"dependencies": {
"@astrojs/language-server": "^2.8.4",
"@astrojs/language-server": "^2.9.0",
"chokidar": "^3.5.3",

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