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.0-beta.1 to 0.2.0-beta.2

dist/index.d.ts

22

package.json
{
"name": "@reactive-vscode/reactivity",
"type": "module",
"version": "0.2.0-beta.1",
"version": "0.2.0-beta.2",
"description": "Full Vue Reactivity API without DOM",

@@ -21,23 +21,23 @@ "author": "_Kerman <kermanx@qq.com>",

".": {
"types": "./src/index.ts",
"import": "./src/index.ts"
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"main": "./src/index.ts",
"types": "./src/index.ts",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"README.md",
"shim.d.ts",
"src",
"tsconfig.json"
"dist"
],
"dependencies": {},
"devDependencies": {
"@vue/reactivity": "^3.4.27",
"@vue/shared": "^3.4.27",
"typescript": "^5.4.5"
"typescript": "^5.4.5",
"vite": "^5.2.12",
"vite-plugin-dts": "^3.9.1"
},
"scripts": {
"typecheck": "tsc --noEmit"
"typecheck": "tsc --noEmit",
"build": "vite build"
}
}
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