Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@behaver/astraeus
Advanced tools
AstraeusJS 是一个基于 JavaScript 开发的天文计算组件库。
const Astraeus = require('@behaver/astraeus.js');
// 实例化天体坐标定位控制器
let observer = new Astraeus.Observer;
// 实例化儒略时间
let JDate = new Astraeus.JDate(new Date(1992, 7, 15, 8, 25), 'date');
// 设置定位参数
observer.onObservatory({
longitude: -124.23,
latitude: 40.07,
elevation: 100,
temperature: 23.5,
}).withCorrections({
nutation: 3,
lightTime: 3,
annualAberration: 3,
annualParallax: 3,
atmRefraction: 3,
graDeflection: 3,
fk5: 0,
}).useCoordSetting({
system: 'ecc',
centerMode: 'geocentric',
isContinuous: false,
}).atTime(JDate);
// 注册恒星 θPersei
observer.registerStar({
id: 'θPersei',
ra: 41.0500,
dec: 49.2283,
pmra: 0.336,
pmdec: -0.089,
radvel: 25,
parallax: 0.089,
});
// 获取月亮坐标结果
let resMoon = observer.get('moon');
// 获取 θPersei 坐标结果
let resThetaPersei = observer.get('θPersei');
The ISC license.
FAQs
AstraeusJS is biulded for astronomical calculation.
We found that @behaver/astraeus 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.