Socket
Socket
Sign inDemoInstall

@volar/language-core

Package Overview
Dependencies
Maintainers
1
Versions
232
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@volar/language-core - npm Package Compare versions

Comparing version 2.4.5 to 2.4.6

2

lib/utils.d.ts

@@ -5,3 +5,3 @@ export declare class FileMap<T> extends Map<string, T> {

constructor(caseSensitive: boolean);
keys(): IterableIterator<string>;
keys(): MapIterator<string>;
get(key: string): T | undefined;

@@ -8,0 +8,0 @@ has(key: string): boolean;

{
"name": "@volar/language-core",
"version": "2.4.5",
"version": "2.4.6",
"license": "MIT",

@@ -15,5 +15,5 @@ "files": [

"dependencies": {
"@volar/source-map": "2.4.5"
"@volar/source-map": "2.4.6"
},
"gitHead": "eb9864da6a36535195b906ae33aca3c0f95286a5"
"gitHead": "f4cec29bc563378069be05cf6a92713914c8608b"
}
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