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

@volar/language-core

Package Overview
Dependencies
Maintainers
1
Versions
234
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 1.0.0 to 1.0.1

5

out/languageContext.js

@@ -133,2 +133,6 @@ Object.defineProperty(exports, "__esModule", { value: true });

}
// no any vue file version change, it mean project version was update by ts file change at this time
if (!sourceFilesToUpdate.length) {
tsFileUpdated = true;
}
// add

@@ -141,2 +145,3 @@ for (const fileName of [...remainFileNames]) {

if (sourceFile) {
fileVersions.set(sourceFile.fileName, host.getScriptVersion(fileName));
documentRegistry.set(fileName, (0, reactivity_1.shallowReactive)(sourceFile), languageModule);

@@ -143,0 +148,0 @@ remainFileNames.delete(fileName);

6

package.json
{
"name": "@volar/language-core",
"version": "1.0.0",
"version": "1.0.1",
"main": "out/index.js",

@@ -16,7 +16,7 @@ "license": "MIT",

"dependencies": {
"@volar/source-map": "1.0.0",
"@volar/source-map": "1.0.1",
"@vue/reactivity": "^3.2.38",
"muggle-string": "^0.1.0"
},
"gitHead": "5496c1ecc0ae6207d6fa7da745f047c44c32db81"
"gitHead": "62a5dce528c505fcadb609fb391ad7f3f8302fb2"
}
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