
Security Fundamentals
Turtles, Clams, and Cyber Threat Actors: Shell Usage
The Socket Threat Research Team uncovers how threat actors weaponize shell techniques across npm, PyPI, and Go ecosystems to maintain persistence and exfiltrate data.
@coreo/ionic-datetime
Advanced tools
Ionic 2+ module for manipulating dates and times.
yarn add @coreo/ionic-datetime
Import the module in your app.module.ts
:
import { CoreoDateTimeModule } from '@coreo/ionic-datetime';
...
@NgModule({
imports: [
...
CoreoDateTimeModule
...
]
})
export class AppModule {}
Displays the passed date as a string according to the time ago it occurred, e.g. less than a minute ago, 4 hours ago, etc. Example:
<div>{{ someDateTime | coreoTimeago | async }}</div>
someDateTime
can be a Date
, number
(milliseconds since epoch) or string
(ISO 8601 or otherwise parseable by JavaScript).
The pipe returns an Observable, so don't forget to pipe the result through the async pipe! The text will automatically update as time elapses.
The strings emitted by the pipe are translatable via ngx-translate
. See the file translations.ts
for the complete list. Be sure to include all of these strings in your custom translation file.
FAQs
Coreo Ionic Date/Time Module
The npm package @coreo/ionic-datetime receives a total of 0 weekly downloads. As such, @coreo/ionic-datetime popularity was classified as not popular.
We found that @coreo/ionic-datetime 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 Fundamentals
The Socket Threat Research Team uncovers how threat actors weaponize shell techniques across npm, PyPI, and Go ecosystems to maintain persistence and exfiltrate data.
Security News
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
Product
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.