Socket
Socket
Sign inDemoInstall

@unimelb/pattern-lib-vue

Package Overview
Dependencies
Maintainers
1
Versions
238
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.8.0 to 4.9.0

9

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

@@ -23,3 +23,5 @@ "type": "git",

"build": "build-storybook -c .storybook -o .out/docs",
"build:lib": "cross-env NODE_ENV=production webpack --config targets/lib/webpack.config.js",
"build:lib": "run-p build:lib:standard build:lib:minify",
"build:lib:standard": "cross-env NODE_ENV=production webpack --config targets/lib/webpack.config.js",
"build:lib:minify": "cross-env NODE_ENV=production MINIFY_CSS=true webpack --config targets/lib/webpack.minify.config.js",
"build:vue": "cross-env NODE_ENV=production webpack --config targets/vue/webpack.config.js",

@@ -83,2 +85,3 @@ "dev": "start-storybook -p 7002 -c .storybook",

"normalize.css": "^8.0.0",
"npm-run-all": "^4.1.5",
"plop": "^2.0.0",

@@ -137,2 +140,2 @@ "postcss-cssnext": "^3.1.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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc