@7nsane/zift 1.0.1 → 1.0.2

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.
Binary file
package/bin/zift.js CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env node
2
2
  const PackageScanner = require('../src/scanner');
3
3
  const chalk = require('chalk');
4
4
  const path = require('node:path');
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@7nsane/zift",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A high-performance, deterministic security scanner for npm packages.",
5
5
  "main": "src/scanner.js",
6
6
  "bin": {
7
- "zift": "bin/zift.js"
7
+ "zift": "bin/zift.js",
8
+ "zift-scanner": "bin/zift.js"
8
9
  },
9
10
  "scripts": {
10
11
  "test": "node v1_launch_pack/tests/verify.js",
@@ -1,28 +0,0 @@
1
- npm notice
2
- npm notice 📦 @7nsane/zift@1.0.1
3
- npm notice Tarball Contents
4
- npm notice 2.9kB README.md
5
- npm notice 3.4kB bin/zift.js
6
- npm notice 0B npm-v101-publish.log
7
- npm notice 585B package.json
8
- npm notice 5.7kB src/collector.js
9
- npm notice 2.7kB src/engine.js
10
- npm notice 1.8kB src/lifecycle.js
11
- npm notice 1.5kB src/rules/definitions.js
12
- npm notice 3.6kB src/scanner.js
13
- npm notice 630B src/utils/entropy.js
14
- npm notice Tarball Details
15
- npm notice name: @7nsane/zift
16
- npm notice version: 1.0.1
17
- npm notice filename: 7nsane-zift-1.0.1.tgz
18
- npm notice package size: 7.1 kB
19
- npm notice unpacked size: 22.7 kB
20
- npm notice shasum: b7afcb8bb8a9d7f056377fee45acf16146ba3dd4
21
- npm notice integrity: sha512-8rXX/pEcTQ+Aw[...]SAIJ85AziHlFg==
22
- npm notice total files: 10
23
- npm notice
24
- npm notice Access token expired or revoked. Please try logging in again.
25
- npm notice Access token expired or revoked. Please try logging in again.
26
- npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access
27
- npm error canceled
28
- npm error A complete log of this run can be found in: C:\Users\Afjal\AppData\Local\npm-cache\_logs\2026-02-28T22_29_20_105Z-debug-0.log