
Security News
Scaling Socket from Zero to 10,000+ Organizations
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.
@neovici/cosmoz-moment
Advanced tools
A Polymer component for centralized management of Moment.js with locale change distributed notification.
cosmoz-moment is a Polymer component for centralized management of Moment.js
with locale change distributed notification.
<dom-bind>
<template is="dom-bind">
<paper-dropdown-menu label="Locale" value="{{ locale }}">
<paper-listbox class="dropdown-content" slot="dropdown-content" selected="0">
<paper-item>en</paper-item>
<paper-item>fr</paper-item>
<paper-item>sv</paper-item>
</paper-listbox>
</paper-dropdown-menu>
<cosmoz-moment locale="[[ locale ]]"></cosmoz-moment>
<div class="message">
<div><b>Page was loaded</b> <cosmoz-moment-timeago></cosmoz-moment-timeago><br/></div>
<div><b>Polymer was created</b> <cosmoz-moment-timeago date="2015-05-27"></cosmoz-moment-timeago><br/></div>
</div>
</template>
</dom-bind>
bower install --save Neovici/cosmoz-moment
<link rel="import" href="bower_components/cosmoz-moment/cosmoz-moment.html" />
<link rel="import" href="bower_components/cosmoz-moment/cosmoz-moment-timeago.html" />
cosmoz-moment should only be used once per app to manage the locale and moment.js.
cosmoz-moment-timeago can be used within elements, or directly in the app, multiple times.
<cosmoz-moment locale="[[locale]]"></cosmoz-moment>
<cosmoz-moment-timeago date="2017-06-15"></cosmoz-moment-timeago>
See docs for more details
cosmoz-moment is created under the terms of the Apache-2.0 license.
FAQs
A Polymer component for centralized management of Moment.js with locale change distributed notification.
We found that @neovici/cosmoz-moment demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers 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 CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.

Research
Socket Threat Research maps a rare inside look at OtterCookie’s npm-Vercel-GitHub chain, adding 197 malicious packages and evidence of North Korean operators.

Research
Socket researchers identified a malicious Chrome extension that manipulates Raydium swaps to inject an undisclosed SOL transfer, quietly routing fees to an attacker wallet.