Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@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
The npm package @hapiness/date receives a total of 0 weekly downloads. As such, @hapiness/date popularity was classified as not popular.
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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.