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

@opentiny/vue-theme-mobile

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentiny/vue-theme-mobile - npm Package Compare versions

Comparing version 3.17.1-prod.1 to 3.17.2-prod.1

26

package.json
{
"name": "@opentiny/vue-theme-mobile",
"version": "3.17.1-prod.1",
"version": "3.17.2-prod.1",
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",

@@ -27,4 +27,15 @@ "homepage": "https://opentiny.design/tiny-vue",

},
"scripts": {
"clean": "rimraf dist",
"build:theme": "gulp build --gulpfile build/gulp-dist.js",
"build": "npm run clean && npm run build:theme",
"build:fast": "npm run build && npm run release",
"publishTgz": "node .cloudbuild/publish-tgzs.js",
"stylelint": "stylelint \"**/*.less\" --fix",
"release": "node build/release.js && node build/postbuild.js && shx cp README.md dist",
"postversion": "pnpm build",
"pub": "pnpm publish --tag prod --no-git-checks --access=public"
},
"dependencies": {
"@opentiny/vue-runtime": "~3.17.0"
"@opentiny/vue-runtime": "~3.17.1"
},

@@ -74,14 +85,3 @@ "devDependencies": {

}
},
"scripts": {
"clean": "rimraf dist",
"build:theme": "gulp build --gulpfile build/gulp-dist.js",
"build": "npm run clean && npm run build:theme",
"build:fast": "npm run build && npm run release",
"publishTgz": "node .cloudbuild/publish-tgzs.js",
"stylelint": "stylelint \"**/*.less\" --fix",
"release": "node build/release.js && node build/postbuild.js && shx cp README.md dist",
"postversion": "pnpm build",
"pub": "pnpm publish --tag prod --no-git-checks --access=public"
}
}
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