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

vue-ref2reactive

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-ref2reactive - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

dist/cjs/main.js

0

dist/src/main.d.ts

@@ -0,0 +0,0 @@ import { Ref, ToRef, ToRefs } from 'vue-demi';

53

package.json
{
"name": "vue-ref2reactive",
"description": "vue ref value object to reactive",
"version": "0.0.1",
"version": "0.0.2",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
"test": "vitest run",
"preview": "vite preview",
"clean": "shx rm -rf dist/",
"build_types": "tsc -b",
"build_esm": "swc -C module.type=es6 -d dist/esm src",
"build_cjs": "swc -C module.type=commonjs -d dist/cjs src",
"build:swc": "run-p build_types build_esm build_cjs",
"build": "run-s test clean build:swc"
},

@@ -15,9 +21,9 @@ "author": "hcg1023 <2293885211@qq.com>",

"exports": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js",
"types": "./dist/src/main.d.ts"
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js",
"types": "./dist/src/main.d.ts"
},
"repository": {
"type": "git",
"url": "https://github.com/hcg1023/vue-ref2reactive"
"type": "git",
"url": "https://github.com/hcg1023/vue-ref2reactive"
},

@@ -27,29 +33,32 @@ "bugs": "https://github.com/hcg1023/vue-ref2reactive/issues",

"dependencies": {
"vue-demi": "^0.12.2"
"vue-demi": "^0.12.2"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"shx": "^0.3.4",
"swc": "^1.0.11",
"typescript": "^4.5.4",
"vue": "^3.0.0",
"vite": "^2.8.0",
"vite": "^2.8.0",
"vite-plugin-dts": "^0.9.10",
"vitest": "^0.6.1"
"vitest": "^0.6.1",
"vue": "^3.0.0"
},
"peerDependencies": {
"@vue/composition-api": "^1.0.0-rc.1",
"vue": "^2.0.0 || >=3.0.0"
"@vue/composition-api": "^1.0.0-rc.1",
"vue": "^2.0.0 || >=3.0.0"
},
"peerDependenciesMeta": {
"@vue/composition-api": {
"optional": true
}
"@vue/composition-api": {
"optional": true
}
},
"files": [
"dist"
"dist"
],
"keywords": [
"vue",
"vuejs",
"vue3",
"composition-api"
"vue",
"vuejs",
"vue3",
"composition-api"
]
}
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