Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
rf-exposure-calculator
Advanced tools
import { RFExposureCalculator } from 'rf-exposure-calculator';
const calculator = new RFExposureCalculator();
const results = calculator.calculateRFExposure(
10, // Power in Watts
0.4, // [0-1]: Mode Duty Cycle
{ // TX Duty Cycle
tx: 2, // Minutes spent transmitting
rx: 3 // Minutes spent listening
},
1.3, // Antenna gain in dBi
7.200, // Operating frequency in MHz
true, // `true` for a controlled environment, `false` for uncontrolled
true // Whether or not to include the effects of ground reflection
);
{
"max_allowed_power_density": 17.3611,
"min_safe_distance_in_feet": 0.1846
}
FAQs
RF Exposure Calculator for HAM Radio
We found that rf-exposure-calculator 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
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.