Socket
Socket
Sign inDemoInstall

@unimelb/pattern-lib-vue

Package Overview
Dependencies
Maintainers
1
Versions
251
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unimelb/pattern-lib-vue - npm Package Compare versions

Comparing version 4.7.1 to 4.8.0

9

package.json
{
"name": "@unimelb/pattern-lib-vue",
"description": "A complete design system for the University of Melbourne.",
"version": "4.7.1",
"version": "4.8.0",
"repository": {

@@ -23,4 +23,4 @@ "type": "git",

"build": "build-storybook -c .storybook -o .out/docs",
"build:lib": "NODE_ENV=production webpack --config targets/lib/webpack.config.js",
"build:vue": "NODE_ENV=production webpack --config targets/vue/webpack.config.js",
"build:lib": "cross-env NODE_ENV=production webpack --config targets/lib/webpack.config.js",
"build:vue": "cross-env NODE_ENV=production webpack --config targets/vue/webpack.config.js",
"dev": "start-storybook -p 7002 -c .storybook",

@@ -33,3 +33,3 @@ "start:lib": "webpack-dev-server --port 7003 --config targets/lib/webpack.config.js",

"generate": "plop --plopfile generator/index.js",
"prepublish": "LOAD_EXTERNAL_ASSETS=true npm run build:vue"
"prepublish": "cross-env LOAD_EXTERNAL_ASSETS=true npm run build:vue"
},

@@ -65,2 +65,3 @@ "dependencies": {

"change-case": "^3.0.2",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",

@@ -67,0 +68,0 @@ "dotenv": "^6.0.0",

Sorry, the diff of this file is too big to display

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