New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

volar-service-typescript

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

volar-service-typescript - npm Package Compare versions

Comparing version 0.0.32 to 0.0.33

2

index.d.ts
export { Provide } from './lib/plugins/semantic';
import { create as createSemanticServicePlugin } from './lib/plugins/semantic';
import { create as createSyntacticServicePlugin } from './lib/plugins/syntactic';
export declare function create(ts: typeof import('typescript'), options: Parameters<typeof createSemanticServicePlugin>[1] & Parameters<typeof createSyntacticServicePlugin>[1]): import("@volar/language-service").ServicePlugin[];
export declare function create(ts: typeof import('typescript'), options?: Parameters<typeof createSemanticServicePlugin>[1] & Parameters<typeof createSyntacticServicePlugin>[1]): import("@volar/language-service").ServicePlugin[];
//# sourceMappingURL=index.d.ts.map

@@ -504,8 +504,6 @@ "use strict";

const uri = fileNameToUri(change.fileName);
let doc = getTextDocument(uri);
const doc = getTextDocument(uri);
if (change.isNewFile) {
workspaceEdit.documentChanges.push({ kind: 'create', uri });
}
if (!change.isNewFile)
continue;
workspaceEdit.documentChanges.push({

@@ -512,0 +510,0 @@ textDocument: {

{
"name": "volar-service-typescript",
"version": "0.0.32",
"version": "0.0.33",
"description": "Integrate TypeScript into Volar",

@@ -45,3 +45,3 @@ "homepage": "https://github.com/volarjs/services/tree/master/packages/typescript",

},
"gitHead": "717049e7dcd5c30f451f6db8eb71eaba43f74c83"
"gitHead": "d04c9ea5f5b58c5e0b6db9a65a8aba1a5a2ed9ef"
}
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