malshare-sdk 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 +0 -6
- package/package.json +1 -1
- package/src/cli.js +0 -0
package/README.md
CHANGED
|
@@ -353,12 +353,6 @@ MALSHARE_KEY=your-key bun test tests/malshare.int.js
|
|
|
353
353
|
|
|
354
354
|
---
|
|
355
355
|
|
|
356
|
-
## Related Projects
|
|
357
|
-
|
|
358
|
-
- [MalShare.com](https://malshare.com) — the service itself
|
|
359
|
-
- [MalwareBazaar](https://bazaar.abuse.ch) — abuse.ch's malware repo (separate SDK: `@gutem/crawler/connectors/global/abuse-ch.js`)
|
|
360
|
-
- [VirusTotal](https://virustotal.com) — multi-engine malware scanner
|
|
361
|
-
|
|
362
356
|
## License
|
|
363
357
|
|
|
364
358
|
MIT © [gutem](https://github.com/gutem)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "malshare-sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "JavaScript/TypeScript SDK for the MalShare API — free malware sample repository. Works on Bun, Node.js, Deno, Cloudflare Workers.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
package/src/cli.js
CHANGED
|
File without changes
|