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

@astrojs/ts-plugin

Package Overview
Dependencies
Maintainers
3
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@astrojs/ts-plugin - npm Package Compare versions

Comparing version 1.5.3 to 1.6.0

2

dist/astro2tsx.d.ts
import type { VirtualCode } from '@volar/language-core';
export declare function astro2tsx(input: string, fileName: string): {
virtualFile: VirtualCode<string>;
virtualFile: VirtualCode;
diagnostics: import("@astrojs/compiler").DiagnosticMessage[] | {

@@ -5,0 +5,0 @@ code: 1000;

{
"name": "@astrojs/ts-plugin",
"version": "1.5.3",
"version": "1.6.0",
"description": "A TypeScript Plugin providing Astro intellisense",

@@ -25,5 +25,5 @@ "main": "dist/index.js",

"dependencies": {
"@volar/language-core": "~2.0.4",
"@volar/typescript": "~2.0.4",
"@astrojs/compiler": "^2.4.0",
"@volar/language-core": "~2.1.2",
"@volar/typescript": "~2.1.2",
"@astrojs/compiler": "^2.7.0",
"@jridgewell/sourcemap-codec": "^1.4.15",

@@ -30,0 +30,0 @@ "semver": "^7.3.8",

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