Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
meteor-desktop-localstorage
Advanced tools
This is a Meteor Desktop plugin.
Because of Electron
and meteor-desktop
implementation the builtin Chrome
localStorage works unreliably.
This package provides a working localStorage
substitute. Available as Meteor._localStorage
.
API is here.
This also makes Meteor autologin work properly in Electron.
In your .desktop/settings.json
add this package to your plugins list:
{
"plugins": {
"meteor-desktop-localstorage": {
"version": "0.0.9"
}
}
}
It will also add omega:meteor-desktop-localstorage
package to your Meteor project.
You can pass custom settings to the plugin, for example:
{
"plugins": {
"meteor-desktop-localstorage": {
"version": "0.0.9",
"fileName": "myCustomName.json"
}
}
}
PRs are always welcome. Be sure to update the tests.
For smooth developing process you need to open two terminals. In the first one type npm run build-watch
and in the second npm run test-watch
.
Tests are run by AVA.
FAQs
Meteor Desktop localStorage replacement
The npm package meteor-desktop-localstorage receives a total of 3 weekly downloads. As such, meteor-desktop-localstorage popularity was classified as not popular.
We found that meteor-desktop-localstorage demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.