
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@hapiness/date
Advanced tools
Date
module for the Hapiness framework.
yarn
or npm
it in your package.json
$ npm install --save @hapiness/core @hapiness/date
or
$ yarn add @hapiness/core @hapiness/date
"dependencies": {
"@hapiness/core": "^1.3.0",
"@hapiness/date": "^1.0.0",
//...
}
//...
DateModule
from the libraryimport { Hapiness, HapinessModule } from '@hapiness/core';
import { DateModule, DateService } from '@hapiness/date';
@HapinessModule({
version: '1.0.0',
imports: [
DateModule
]
})
class HapinessModuleApp {
constructor(private date: DateService) {
this.date.getTimezoneInfos();
this.date.helper(); // momentjs object
}
}
Hapiness.bootstrap(HapinessModuleApp);
To set up your development environment:
cd
to the main folder,npm or yarn install
,npm or yarn run test
.
./coverage/lcov-report/index.html
.Julien Fauville | Antoine Gomez | Sébastien Ritz | Nicolas Jessel |
Copyright (c) 2017 Hapiness Licensed under the MIT license.
FAQs
Date module for Hapiness framework based on moment
We found that @hapiness/date 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
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.