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/core
Advanced tools
Project to have a HapiJS (https://hapijs.com/) based framework to create easier NodeJS back-end with some awesome features
Hapiness is a web framework based on HapiJS and enhanced with Dependency Injection, strong modularisation and decorators.
It provides a real enhancement for building web servers and it enables to build modules, services, etc. quickly.
It has a stable and tested dependency injection system thanks to Angular.
Better development experience with typings, maintainability, improvement of productivity and a common project structure.
Everything in a single uniform framework.
Hapi
enables developers to focus on writing reusable application logic instead of spending time building infrastructure.Good
is a Hapi
plugin to monitor and report on a variety of Hapi
server events as well as ops information from the host machine.TypeScript
is a typed superset of JavaScript that compiles to plain JavaScript.RxJS
is a set of libraries for composing asynchronous and event-based programs using observable sequences and fluent query operators.All those technologies are Typescript
ready. It will help to build web servers and maintain them easier.
yarn
or npm
it in your package.json
$ npm install --save @hapiness/core rxjs
or
$ yarn add @hapiness/core rxjs
"dependencies": {
"@hapiness/core": "^1.5.0",
//...
}
//...
Actually, we're in : v1.5.0
See API Reference to know what's already implemented.
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
.createDecorator()
, extractMetadata()
, extractMetadataByDecorator
, errorHandler()
methods and DependencyInjection
classinjection-js
from npm
mocha
versioncommonjs
Websocket
Server: Secure configurationJulien Fauville | Antoine Gomez | Sébastien Ritz | Nicolas Jessel | Tara Lerias |
Copyright (c) 2017 Hapiness Licensed under the MIT license.
FAQs
Project to have a HapiJS (https://hapijs.com/) based framework to create easier NodeJS back-end with some awesome features
The npm package @hapiness/core receives a total of 416 weekly downloads. As such, @hapiness/core popularity was classified as not popular.
We found that @hapiness/core 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.