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/celestial-velocity
Advanced tools
This pkg is biulded for calculating velocity of changable coordinate.
CelestialVelocity 是一个被创建用以计算天球内点位置坐标速度的计算组件。
使用 npm 安装组件库,在项目目录下执行:
npm i --save @behaver/celestial-velocity
安装后在文件中调用即可:
const CelestialVelocity = require('@behaver/celestial-velocity')
const CelestialVelocity = require('@behaver/celestial-velocity');
const { MoonLocator } = require('@behaver/solar-star-locator');
let ML = new MoonLocator,
CV = new CelestialVelocity(ML);
let {
phi, // phi 方向角速度
theta, // theta 方向角速度
r, // 径向速度
} = CV.get({
t: 2448908.5,
});
CelestialLocator
天球坐标定位组件
constructor(cel_locator)
构造函数:
celestial(sys, opts)
设定天球系统:
get(options)
获取速度向量:
The ISC license.
FAQs
This pkg is biulded for calculating velocity of changable coordinate.
The npm package @behaver/celestial-velocity receives a total of 3 weekly downloads. As such, @behaver/celestial-velocity popularity was classified as not popular.
We found that @behaver/celestial-velocity 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.