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

reactive-vscode

Package Overview
Dependencies
Maintainers
0
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reactive-vscode - npm Package Compare versions

Comparing version 0.2.6-beta.1 to 0.2.6

dist/index.cjs

19

package.json
{
"name": "reactive-vscode",
"type": "module",
"version": "0.2.6-beta.1",
"version": "0.2.6",
"description": "Develop VSCode extension with Vue Reactivity API",

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

"types": "./dist/index.d.ts",
"import": "./dist/index.js"
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.js",
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",

@@ -41,10 +42,10 @@ "files": [

"dependencies": {
"@reactive-vscode/reactivity": "0.2.6-beta.1"
"@reactive-vscode/reactivity": "0.2.6"
},
"devDependencies": {
"@types/node": "^20.16.10",
"@types/vscode": "^1.93.0",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite-plugin-dts": "^4.2.1"
"@types/node": "^20.17.0",
"@types/vscode": "^1.94.0",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite-plugin-dts": "^4.3.0"
},

@@ -51,0 +52,0 @@ "scripts": {

@@ -54,3 +54,3 @@ # reactive-vscode

import type { ExtensionContext } from 'vscode'
import { StatusBarAlignment, commands, window } from 'vscode'
import { commands, StatusBarAlignment, window } from 'vscode'

@@ -57,0 +57,0 @@ export function activate(extensionContext: ExtensionContext) {

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