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 to 4.0.3-declaration-types-4f3e00e719e26818908f67127f2113f4fcdd0d21

build/config.d.ts

7

CHANGELOG.md

@@ -7,4 +7,9 @@ # Change Log

## 4.0.2 - 2019-09-12
## 4.0.3 - 2020-02-28
* Use declaration files for the types [Pagan Gazzard]
* Do not include build output in the repo [Pagan Gazzard]
## 4.0.2 - 2019-09-11
* Dependencies: Update dependencies and build rules [Heds Simons]

@@ -11,0 +16,0 @@

5

package.json
{
"name": "balena-settings-client",
"version": "4.0.2",
"version": "4.0.3-declaration-types-4f3e00e719e26818908f67127f2113f4fcdd0d21",
"description": "Balena client application shared settings",
"main": "build/settings.js",
"types": "lib/settings.ts",
"types": "build/settings.d.ts",
"homepage": "https://github.com/balena-io-modules/balena-settings-client",

@@ -28,2 +28,3 @@ "repository": {

"prepublishOnly": "npm test",
"prepare": "npm run build",
"prettify": "prettier --config ./node_modules/resin-lint/config/.prettierrc --write \"lib/**/*.ts\" \"tests/**/*.ts\"",

@@ -30,0 +31,0 @@ "readme": "jsdoc2md --template doc/README.hbs build/settings.js > README.md"

{
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"target": "es5",

@@ -5,0 +6,0 @@ "outDir": "build",

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