safe-pkg 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# 🔒 safe-pkg
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/safe-pkg)
|
|
4
|
+
[](https://www.npmjs.com/package/safe-pkg)
|
|
5
|
+
[](https://opensource.org/licenses/MIT)
|
|
6
|
+
[](https://github.com/joker7blue/safe-install/actions)
|
|
7
|
+
|
|
3
8
|
**Security-first package installer with multi-layer vulnerability analysis**
|
|
4
9
|
|
|
5
10
|
`safe-pkg` is a drop-in replacement for `npm install`, `yarn add`, and `pnpm add` that analyzes packages for security risks **before** installing them. It combines industry-standard vulnerability scanning with intelligent heuristics and optional AI enhancement to protect your projects from malicious packages.
|
package/package.json
CHANGED