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.
npm-scrapper-faris
Advanced tools
A lightweight package to scrape and extract metadata for npm packages.
npm-scrapper-faris is a lightweight npm package designed to scrape and extract information about any npm package. Whether you're a developer exploring package metadata or an enthusiast curious about npm stats, this tool simplifies the process with ease.
npm install npm-scrapper-faris
const { pkgInfo } = require('npm-scrapper-faris');
(async (name) => {
const result = await pkgInfo(name);
console.log(result);
})("axios");
{
Name: "axios",
packageUrl: "https://www.npmjs.com/package/axios",
Github_Repo: "https://github.com/axios/axios",
Weekly_Downloads: "22,384,608",
Last_Published: "a month ago",
Homepage: "axios-http.com",
Version: "1.7.9",
License: "MIT",
Unpacked_Size: "2.13 MB",
Total_Files: "86",
Keywords: "xhr, http, ajax, promise, node"
}
pkgInfo(packageName)
Fetches metadata for the specified npm package.
packageName
(string): The name of the npm package you want to scrape.Contributions are currently not accepted as the code is proprietary and encrypted.
This project is licensed under the MIT License.
Made with ❤️ by Faris
FAQs
A lightweight package to scrape and extract metadata for npm packages.
The npm package npm-scrapper-faris receives a total of 10 weekly downloads. As such, npm-scrapper-faris popularity was classified as not popular.
We found that npm-scrapper-faris demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.