@riavzon/shield-base 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.
Files changed (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -302,7 +302,6 @@ mmdbctl read -f json-pretty 192.42.116.52 outputDirectory/tor.mmdb
302
302
  "contact": "Unknown",
303
303
  "country": "us",
304
304
  "country_name": "United States of America",
305
- // No exit address
306
305
  "exit_addresses": "",
307
306
  "exit_policy": "reject *:*",
308
307
  "exit_policy_summary": "{\"reject\":[\"1-65535\"]}",
@@ -317,7 +316,6 @@ mmdbctl read -f json-pretty 192.42.116.52 outputDirectory/tor.mmdb
317
316
  "measured": true,
318
317
  "middle_probability": 0.000039495306,
319
318
  "network": "66.206.0.0/24",
320
- // caught with or_addresses
321
319
  "or_addresses": "66.206.0.82:9001",
322
320
  "recommended_version": false,
323
321
  "running": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riavzon/shield-base",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "type": "module",
5
5
  "main": "./dist/main.js",
6
6
  "types": "./dist/main.d.ts",