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

@balena/jellycheck

Package Overview
Dependencies
Maintainers
4
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@balena/jellycheck - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5-add-shellcheck-c27808d2b4b33f8e1d86a923c56d654f2f93830a

.github/renovate.json

6

CHANGELOG.md

@@ -7,2 +7,8 @@ # Change Log

# v0.0.5
## (2020-09-01)
* ci: Add shellcheck and renovate config [Josh Bowling]
* Update readme [Josh Bowling]
# v0.0.4

@@ -9,0 +15,0 @@ ## (2020-09-01)

9

package.json
{
"name": "@balena/jellycheck",
"version": "0.0.4",
"version": "0.0.5-add-shellcheck-c27808d2b4b33f8e1d86a923c56d654f2f93830a",
"description": "Scripts to perform common checks on Jellyfish files",

@@ -9,3 +9,3 @@ "bin": {

"scripts": {
"test": "make test"
"test": "make lint && make test"
},

@@ -26,3 +26,6 @@ "repository": {

},
"homepage": "https://github.com/product-os/jellycheck#readme"
"homepage": "https://github.com/product-os/jellycheck#readme",
"devDependencies": {
"shellcheck": "^0.4.4"
}
}
# jellycheck
A collection of common checks used across all Jellyfish repos
- `scripts/check-licenses.sh`: Checks that files include the required license header
- `scripts/check-filenames.sh`: Checks that filename casing is correct
- `scripts/check-deployable-lib.sh`: Checks that certain files do not exist under `lib`
- Check that files include the required license header
- Check that filename casing is correct
- Check that certain files do not exist under `lib`

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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