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.9.0 to 2.9.1

16

dist/core/svelte.js

@@ -57,17 +57,3 @@ "use strict";

onSnapshotUpdated() {
this.mappings = [
{
sourceOffsets: [0],
generatedOffsets: [0],
lengths: [this.snapshot.getLength()],
data: {
verification: true,
completion: true,
semantic: true,
navigation: true,
structure: true,
format: true,
},
},
];
this.mappings = [];
this.embeddedCodes = [];

@@ -74,0 +60,0 @@ this.embeddedCodes.push((0, utils_js_1.framework2tsx)(this.fileName, this.snapshot.getText(0, this.snapshot.getLength()), 'svelte'));

@@ -24,17 +24,3 @@ "use strict";

},
mappings: [
{
sourceOffsets: [0],
generatedOffsets: [0],
lengths: [content.length],
data: {
verification: true,
completion: true,
semantic: true,
navigation: true,
structure: true,
format: true,
},
},
],
mappings: [],
embeddedCodes: [],

@@ -41,0 +27,0 @@ };

@@ -57,17 +57,3 @@ "use strict";

onSnapshotUpdated() {
this.mappings = [
{
sourceOffsets: [0],
generatedOffsets: [0],
lengths: [this.snapshot.getLength()],
data: {
verification: true,
completion: true,
semantic: true,
navigation: true,
structure: true,
format: true,
},
},
];
this.mappings = [];
this.embeddedCodes = [];

@@ -74,0 +60,0 @@ this.embeddedCodes.push((0, utils_js_1.framework2tsx)(this.fileName, this.snapshot.getText(0, this.snapshot.getLength()), 'vue'));

2

package.json
{
"name": "@astrojs/language-server",
"version": "2.9.0",
"version": "2.9.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