Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Lune.js — calculate the phases of the moon
npm install lune
var lune = require('lune');
var current_phase = lune.phase();
console.log(current_phase);
{
phase: 0.5358014231208499,
illuminated: 0.9874029678753915,
age: 15.822531440340462,
distance: 399704.2447849964,
angular_diameter: 0.4982638055473454,
sun_distance: 147790721.2629182,
sun_angular_diameter: 0.539600532418603
}
var lune = require('lune');
var recent_phases = lune.phase_hunt();
console.log(recent_phases);
{
new_date: Thu Jan 30 2014 21:40:35 GMT-0500 (EST),
q1_date: Thu Feb 06 2014 19:22:34 GMT-0500 (EST),
full_date: Fri Feb 14 2014 23:54:47 GMT-0500 (EST),
q3_date: Sat Feb 22 2014 17:16:56 GMT-0500 (EST),
nextnew_date: Sat Mar 01 2014 08:02:42 GMT-0500 (EST)
}
Please feel free to contribute to this project! :) Pull requests and feature requests welcome!
See LICENSE file in this repo
FAQs
Calculate the phases of the moon
The npm package lune receives a total of 736 weekly downloads. As such, lune popularity was classified as not popular.
We found that lune 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 threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.