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

@reactive-vscode/reactivity

Package Overview
Dependencies
Maintainers
0
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reactive-vscode/reactivity - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

6

dist/index.js

@@ -1398,6 +1398,4 @@ /**

if (diff === 0) {
if (a.pre && !b.pre)
return -1;
if (b.pre && !a.pre)
return 1;
if (a.pre && !b.pre) return -1;
if (b.pre && !a.pre) return 1;
}

@@ -1404,0 +1402,0 @@ return diff;

{
"name": "@reactive-vscode/reactivity",
"type": "module",
"version": "0.2.4",
"version": "0.2.5",
"description": "Full Vue Reactivity API without DOM",

@@ -32,7 +32,7 @@ "author": "_Kerman <kermanx@qq.com>",

"devDependencies": {
"@vue/reactivity": "^3.4.27",
"@vue/shared": "^3.4.27",
"typescript": "^5.4.5",
"vite": "^5.2.12",
"vite-plugin-dts": "^3.9.1"
"@vue/reactivity": "3.4.27",
"@vue/shared": "3.4.27",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite-plugin-dts": "^4.2.1"
},

@@ -39,0 +39,0 @@ "scripts": {

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