Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@unimelb/pattern-lib-vue

Package Overview
Dependencies
7
Maintainers
1
Versions
222
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.1.1-beta.0 to 4.2.0

4

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

@@ -133,2 +133,2 @@ "type": "git",

}
}
}

@@ -29,2 +29,5 @@ # Pattern Library

# 4. Copy the git pre-push hook
cp pre-push.sh .git/hooks/pre-push
# 4. Install dependencies. Make sure yarn is installed: https://yarnpkg.com/lang/en/docs/install

@@ -169,2 +172,16 @@ yarn

### Semi-automatic deployment to dev
Pre-release builds can be created like this (using the git pre-push hook behind the scenes):
1. Check out a clean `dev` branch
1. in bash `git push`
- This will increment the pre-release version number and make a commit to your local repository
1. in bash `git push` again
- You will be prompted that this will trigger a build. Answer 'y'
- This will push (only) your version number change commit to the remote `dev` repo
1. After the normal checks a build with the new version will be triggered by Semaphore
> **Note on pre-release versions**: These are legitimate [semver](http://semver.org/) versions. They have the format MAJOR.MINOR.PATCH-beta.NUMBER. **Only** these pre-release versions will be published on `dev`.
## Testing

@@ -171,0 +188,0 @@

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc