gatekeeper-cdr 0.4.6 → 0.4.7

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
Binary file
Binary file
Binary file
package/index.d.ts CHANGED
@@ -6,9 +6,11 @@
6
6
  export interface NodeDisarmResult {
7
7
  /** The mathematically safe, reconstructed byte stream, returned as a Node.js Buffer. */
8
8
  buffer: Buffer
9
+ pngBuffer?: Buffer
9
10
  originalSizeBytes: number
10
11
  finalSizeBytes: number
11
12
  detectedFormat: string
13
+ outputFormat: string
12
14
  }
13
15
  /**
14
16
  * Zero-trust Content Disarm and Reconstruction pipeline.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gatekeeper-cdr",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "description": "Zero-trust Content Disarm and Reconstruction native Node.js addon",
5
5
  "main": "index.js",
6
6
  "files": [