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 5.0.2 to 5.0.3-build-bump-ts-9127d3d46c063abbd8a55af1a53492de54fb1154-1

7

CHANGELOG.md

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

# v5.0.3
## (2023-06-02)
* Update TypeScript to 5.1.3 [Thodoris Greasidis]
# v5.0.2
## (2023-04-20)
## (2023-04-21)

@@ -11,0 +16,0 @@ * Update Typescript to v5.0.2 to fix master [Thodoris Greasidis]

2

lib/environment.ts

@@ -84,3 +84,3 @@ /*

.pickBy((v: string | undefined, k: string) => isSettingVariable(k) && !!v)
.mapKeys((_v: string, k: string) => getSettingName(k))
.mapKeys((_v, k) => getSettingName(k))
.value();
{
"name": "balena-settings-client",
"version": "5.0.2",
"version": "5.0.3-build-bump-ts-9127d3d46c063abbd8a55af1a53492de54fb1154-1",
"description": "Balena client application shared settings",

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

"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"typescript": "^5.1.3",
"wary": "^1.1.0"

@@ -62,3 +62,3 @@ },

"@types/js-yaml": "3.11.1",
"@types/lodash": "^4.14.150",
"@types/lodash": "^4.14.195",
"hidepath": "^1.0.0",

@@ -81,4 +81,4 @@ "home-or-tmp": "^2.0.0",

"versionist": {
"publishedAt": "2023-04-20T17:52:16.903Z"
"publishedAt": "2023-06-02T15:27:44.253Z"
}
}

@@ -106,2 +106,3 @@ import { expect } from 'chai';

foo() {
// @ts-expect-error
return `${this.greeting} from balena!`;

@@ -108,0 +109,0 @@ },

@@ -7,4 +7,5 @@ {

"outDir": "build",
"strict": true,
"useUnknownInCatchVariables": false,
"importHelpers": true,
"noImplicitAny": true,
"noUnusedLocals": true,

@@ -15,3 +16,2 @@ "noUnusedParameters": true,

"sourceMap": true,
"strictNullChecks": true,
"lib": ["es5", "es6"],

@@ -18,0 +18,0 @@ "typeRoots": [

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