Socket
Socket
Sign inDemoInstall

kinvey-cli

Package Overview
Dependencies
Maintainers
3
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kinvey-cli - npm Package Compare versions

Comparing version 6.1.2 to 6.1.3

3

CHANGELOG.md

@@ -5,2 +5,5 @@ # Changelog

## 6.1.3 (2021-03-05)
* Improve error message for iOS push settings in config management
## 6.1.2 (2021-02-16)

@@ -7,0 +10,0 @@ * Modify collection hooks sequentially

@@ -328,2 +328,6 @@ /**

transformedErrMsg = `${transformedErrMsg}${EOL}\t${propertyPath}: ${d.message}`;
if (propertyPath.includes('push.ios.certificateFilename')) {
transformedErrMsg = `${transformedErrMsg} (replace with 'certificateFilePath' pointing to the actual certificate)`
}
});

@@ -330,0 +334,0 @@

2

package.json
{
"name": "kinvey-cli",
"version": "6.1.2",
"version": "6.1.3",
"description": "Command-line utility for managing various aspects of your Kinvey account",

@@ -5,0 +5,0 @@ "keywords": [

@@ -861,2 +861,4 @@ | LINTING | UNIT | INTEGRATION | NPM SECURITY |

Config files generated by the export command contain only the name of the iOS push notification certificate, and not the actual certificate. To apply the exported config file and have valid push settings, you need to replace `push.ios.certificateFilename` with `push.ios.certificateFilePath` - the path to the actual certificate on your machine. Another alternative is removing the `push.ios` field - however, this means that the iOS push settings won't be applied or will be removed if the config file is applied to an environment with configured iOS push settings.
If an error occurs, the CLI stops applying the file and outputs the error message.

@@ -863,0 +865,0 @@

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