Back to Cordova

2022 06 22

slack-digest/2022-06-22.md

latest1.3 KB
Original Source

Cordova Slack Digest

Wed, 22 Jun 2022 08:22:33 GMT

User count: 4692

Join the conversation at slack.cordova.io

Channel #general (4 messages)


Tue, 21 Jun 2022 17:31:54 GMT

@harel.mazor says

How does cordova CLI solves the problem of a plugin that has an npm package with one name and plugin.xml config with a different name? I've seen this cause problems that are hard to understand... I.e. You fork a plugin, change some code, change the name in package.json in order to publish an npm package but forget to change the name (id) in plugin.xml. Do you guys want me to open an issue on that? If so, where?

Tue, 21 Jun 2022 18:04:40 GMT

@norman137 says

it will cause problems. It uses plugin.xml id and assumes the plugin id exists in npm

Tue, 21 Jun 2022 18:06:06 GMT

@norman137 says

This is largely a legacy artefact of the days before npm existed and apache had it's own plugin repository for cordova.

Tue, 21 Jun 2022 18:08:26 GMT

@norman137 says

not 100% sure what repo manages that exactly

Channel #plugins (1 messages)


Tue, 21 Jun 2022 15:47:48 GMT

@jakob.pfab says

Is there a good plugin thats up-to-date to store sensitive information encrypted e.g. in KeyChain / KeyStore ?