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

@astrojs/language-server

Package Overview
Dependencies
Maintainers
3
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@astrojs/language-server - npm Package Compare versions

Comparing version 2.12.0 to 2.12.1

6

dist/core/astro2tsx.js

@@ -11,3 +11,7 @@ "use strict";

try {
const tsx = (0, sync_1.convertToTSX)(content, { filename: options.filename });
const tsx = (0, sync_1.convertToTSX)(content, {
filename: options.filename,
includeScripts: false,
includeStyles: false,
});
return tsx;

@@ -14,0 +18,0 @@ }

2

package.json
{
"name": "@astrojs/language-server",
"version": "2.12.0",
"version": "2.12.1",
"author": "withastro",

@@ -5,0 +5,0 @@ "license": "MIT",

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