Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
boston-housing-dataset
Advanced tools
The Boston Housing Dataset, compiled by in Harrison and Rubinfeld in 1978.
The Boston Housing Dataset, compiled by in Harrison and Rubinfeld in 1978.
Using npm
:
npm i -s boston-housing-dataset
Using yarn
:
yarn add boston-housing-dataset
import BostonHousing from 'boston-housing-dataset';
console.log(BostonHousing[Math.floor(Math.random() * BostonHousing.length)]);
// { crim: 0.12083, zn: 0, indus: 2.89, chas: 0, nox: 0.445, rm: 8.069, age: 76, dis: 3.4952, rad: 2, tax: 276, ptratio: 18, b: 396.9, lstat: 4.21, medv: 38.7 }
FAQs
The Boston Housing Dataset, compiled by in Harrison and Rubinfeld in 1978.
The npm package boston-housing-dataset receives a total of 1 weekly downloads. As such, boston-housing-dataset popularity was classified as not popular.
We found that boston-housing-dataset 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.