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/annual-aberration
Advanced tools
AnnualAberration 是一个用于计算天体周年光行差的组件。
本组件计算支持的坐标系统有:赤道坐标和黄道坐标,计算结果的历元标准为 J2000 历元,单位为:弧度。
通过 npm 安装,在你的 node 项目目录下执行:
npm i --save @behaver/annual-aberration
安装完成后,调用即可:
const AnnualAberration = require('@behaver/annual-aberration');
const AnnualAberration = require('@behaver/annual-aberration');
const { JDateRepository } = require("@behaver/jdate");
const { SphericalCoordinate3D } = require('@behaver/coordinate');
let AA = new AnnualAberration({
time: new JDateRepository(18, 'j2000'),
sc: new SphericalCoordinate3D(1, 1.123, 1.55),
system: 'ecliptic',
});
let res = AA.get();
constructor(options)
构造函数:
get()
获取周年光行差
get time()
获取计算时间
set time(time)
设置计算时间
The MIT license.
FAQs
The pkg is used to calculate annual aberration
The npm package @behaver/annual-aberration receives a total of 6 weekly downloads. As such, @behaver/annual-aberration popularity was classified as not popular.
We found that @behaver/annual-aberration 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.