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

vue-mutable

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-mutable - npm Package Compare versions

Comparing version 0.0.0-development to 1.0.0

.github/workflows/test.yml

23

package.json
{
"name": "vue-mutable",
"version": "0.0.0-development",
"version": "1.0.0",
"description": "Proxies your props into mutable local state.",
"main": "index.js",
"main": "dist/vue-mutable.js",
"scripts": {
"test": "npx jest",
"build": "npx webpack --config webpack.config.js --mode production",
"commit": "git-cz",

@@ -26,6 +28,21 @@ "semantic-release": "semantic-release"

"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@vue/test-utils": "^1.0.0-beta.31",
"babel-jest": "^25.1.0",
"babel-loader": "^8.0.6",
"commitizen": "^4.0.3",
"cz-conventional-changelog": "^3.1.0",
"semantic-release": "^17.0.3"
"jest": "^25.1.0",
"jest-cli": "^25.1.0",
"prettier": "^1.19.1",
"semantic-release": "^17.0.3",
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11"
},
"peerDependencies": {
"vue": "2.x"
},
"config": {

@@ -32,0 +49,0 @@ "commitizen": {

.idea/$CACHE_FILE$
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