🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@magusn/mono

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magusn/mono - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+17
-12
CHANGELOG.md
# @magusn/mono
## 0.1.1
### Patch Changes
- root .eslintrc.js
## 0.1.0
### Minor Changes
- setup `@magusn/mono` to catch mono repo changes in changelog
- remove `commitizen` + `cz-conventional-changelog`
- setting up `husky` + `commitlint`, see [commitlintsetup guide](https://commitlint.js.org/#/guides-local-setup)
```
yarn add -DW husky
yarn add -DW @commitlint/{cli,config-conventional}
yarn husky install
yarn husky add .husky/commit-msg 'yarn commitlint --edit $1'
```
- - setup `@magusn/mono` to catch mono repo changes in changelog
- remove `commitizen` + `cz-conventional-changelog`
- setting up `husky` + `commitlint`, see [commitlintsetup guide](https://commitlint.js.org/#/guides-local-setup)
```
yarn add -DW husky
yarn add -DW @commitlint/{cli,config-conventional}
yarn husky install
yarn husky add .husky/commit-msg 'yarn commitlint --edit $1'
```
- confirm `git commit -m "blah"` prints errors due to `commitlint` `husky` hook
- confirm `git commit -m "blah"` prints errors due to `commitlint` `husky` hook
{
"name": "@magusn/mono",
"description": "workspace to catch root monorepo changes",
"version": "0.1.0",
"version": "0.1.1",
"author": "magus",

@@ -13,4 +13,3 @@ "license": "MIT",

"url": "https://github.com/magus/mono"
},
"gitHead": "1e168b7dee2f6dbb4c6f5657d7749b1d5284363f"
}
}
MIT License
Copyright (c) 2020 Noah Jorgensen
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.