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

create-v-model

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-v-model - npm Package Compare versions

Comparing version 0.2.4 to 1.0.0

12

package.json
{
"name": "create-v-model",
"version": "0.2.4",
"version": "1.0.0",
"description": "create v-model bindings quickly and easily - without having to remember which props to use",

@@ -19,3 +19,4 @@ "files": [

"version": "npm publish --access public",
"postversion": "git push --follow-tags"
"postversion": "git push --follow-tags",
"test": "uvu -r esm -r browser-env/register test"
},

@@ -25,4 +26,9 @@ "author": "Dave Honneffer <pearofducks@gmail.com>",

"devDependencies": {
"rollup": "^2.23.0"
"@vue/test-utils": "^2.0.0-beta.2",
"browser-env": "^3.3.0",
"esm": "^3.2.25",
"rollup": "^2.23.0",
"uvu": "^0.3.3",
"vue": "^3.0.0-rc.7"
}
}
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