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.9.1 to 1.9.2

2

dist/astro2tsx.js

@@ -132,3 +132,3 @@ "use strict";

const isDynamic = basename.startsWith('[') && basename.endsWith(']');
return code.replace(/\b(\S*)__AstroComponent_/gm, (fullMatch, m1) => {
return code.replace(/\b(\S*)__AstroComponent_/g, (fullMatch, m1) => {
// If we don't have a match here, it usually means the file has a weird name that couldn't be expressed with valid identifier characters

@@ -135,0 +135,0 @@ if (!m1) {

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

@@ -27,3 +27,3 @@ "main": "dist/index.js",

"@volar/typescript": "~2.4.0-alpha.15",
"@astrojs/compiler": "^2.10.1",
"@astrojs/compiler": "^2.10.2",
"@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