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

balena-settings-client

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

balena-settings-client - npm Package Compare versions

Comparing version 4.0.2-update-dependencies-c56fc8cd2afde7d3adc93375297133fc1cace56b to 4.0.2-update-dependencies-dec4a682bf804d3c4a15a4899602c52dbb4b5cd6

appveyor.yml

2

CHANGELOG.md

@@ -7,3 +7,3 @@ # Change Log

## 4.0.2 - 2019-09-10
## 4.0.2 - 2019-09-11

@@ -10,0 +10,0 @@ * Dependencies: Update dependencies and build rules [Heds Simons]

{
"name": "balena-settings-client",
"version": "4.0.2-update-dependencies-c56fc8cd2afde7d3adc93375297133fc1cace56b",
"version": "4.0.2-update-dependencies-dec4a682bf804d3c4a15a4899602c52dbb4b5cd6",
"description": "Balena client application shared settings",

@@ -44,2 +44,3 @@ "main": "build/settings.js",

"jsdoc-to-markdown": "^5.0.1",
"lint-staged": "^9.2.5",
"mocha": "^6.2.0",

@@ -65,3 +66,16 @@ "mochainon": "^2.0.0",

"lodash": "^4.17.15"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"pre-push": "npm run lint"
}
},
"lint-staged": {
"*.ts": [
"prettier --config ./node_modules/resin-lint/config/.prettierrc --write",
"resin-lint --typescript --no-prettier",
"git add"
]
}
}
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