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

@hammerstone/refine-vue2-dev

Package Overview
Dependencies
Maintainers
4
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hammerstone/refine-vue2-dev - npm Package Compare versions

Comparing version 0.1.1654739948 to 0.1.1654741574

8

package.json

@@ -21,3 +21,3 @@ {

],
"version": "0.1.1654739948",
"version": "0.1.1654741574",
"scripts": {

@@ -28,3 +28,7 @@ "test": "jest ./tests",

"build:vue3": "vue-demi-switch 3 && ROLLUP_VUE_VERSION=3 rollup --config rollup.config.js",
"release:vue2-dev": "yarn run build:vue2 && node ./bin/prepublish vue2 --dev && npm publish --access public && node ./bin/postpublish"
"release:dev": "./bin/release dev",
"release:vue2-dev": "yarn run build:vue2 && node ./bin/prepublish vue2 --dev && npm publish --access public && node ./bin/postpublish",
"release:vue3-dev": "yarn run build:vue3 && node ./bin/prepublish vue3 --dev && npm publish --access public && node ./bin/postpublish",
"release:vue2": "yarn run build:vue2 && node ./bin/prepublish vue2 && npm publish --access public && node ./bin/postpublish",
"release:vue3": "yarn run build:vue3 && node ./bin/prepublish vue3 && npm publish --access public && node ./bin/postpublish"
},

@@ -31,0 +35,0 @@ "peerDependencies": {

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