@blamejs/core 0.13.23 → 0.13.25

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/lib/guard-yaml.js CHANGED
@@ -58,7 +58,7 @@
58
58
  *
59
59
  * Profiles: `strict` / `balanced` / `permissive`. Compliance
60
60
  * postures: `hipaa` / `pci-dss` / `gdpr` / `soc2`. Operators select
61
- * via `{ profile: "strict" }` or `{ compliance: "hipaa" }`;
61
+ * via `{ profile: "strict" }` or `{ compliancePosture: "hipaa" }`;
62
62
  * postures overlay on top of the profile baseline.
63
63
  *
64
64
  * @card
@@ -452,7 +452,7 @@ function _detectDuplicateKeysYaml(text) {
452
452
  *
453
453
  * Inspect `input` (string of YAML source) for the full guard-yaml
454
454
  * threat catalog without committing to a parsed value. Returns
455
- * `{ ok, issues, severities }` where `issues` is the aggregated
455
+ * `{ ok, issues }` where `issues` is the aggregated
456
456
  * detector output — every dangerous-tag prefix, custom-tag use,
457
457
  * anchor / alias amplification, multi-document split, Norway-
458
458
  * problem implicit boolean, leading-zero octal, merge-key chain,
@@ -468,7 +468,7 @@ function _detectDuplicateKeysYaml(text) {
468
468
  *
469
469
  * @opts
470
470
  * profile: "strict"|"balanced"|"permissive",
471
- * compliance: "hipaa"|"pci-dss"|"gdpr"|"soc2",
471
+ * compliancePosture: "hipaa"|"pci-dss"|"gdpr"|"soc2",
472
472
  * tagPolicy: "reject"|"audit"|"allow",
473
473
  * aliasPolicy: "reject"|"audit"|"allow",
474
474
  * multiDocPolicy: "reject"|"audit"|"allow",
@@ -535,7 +535,7 @@ function validate(input, opts) {
535
535
  *
536
536
  * @opts
537
537
  * profile: "strict"|"balanced"|"permissive",
538
- * compliance: "hipaa"|"pci-dss"|"gdpr"|"soc2",
538
+ * compliancePosture: "hipaa"|"pci-dss"|"gdpr"|"soc2",
539
539
  * tagPolicy: "reject"|"audit"|"allow",
540
540
  * aliasPolicy: "reject"|"audit"|"allow",
541
541
  * maxBytes: number, maxDepth: number, maxNodes: number,
@@ -586,7 +586,7 @@ function parse(input, opts) {
586
586
  *
587
587
  * @opts
588
588
  * profile: "strict"|"balanced"|"permissive",
589
- * compliance: "hipaa"|"pci-dss"|"gdpr"|"soc2",
589
+ * compliancePosture: "hipaa"|"pci-dss"|"gdpr"|"soc2",
590
590
  * name: string, // gate identity for audit / observability
591
591
  *
592
592
  * @example
@@ -625,6 +625,7 @@ module.exports = {
625
625
  getKeysJson: getKeysJson,
626
626
  getCurrentPassphrase: getCurrentPassphrase,
627
627
  getMode: getMode,
628
+ isInitialized: function () { return initialized; },
628
629
  VaultError: VaultError,
629
630
  sealPemFile: sealPemFileModule.sealPemFile,
630
631
  SealPemFileError: sealPemFileModule.SealPemFileError,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blamejs/core",
3
- "version": "0.13.23",
3
+ "version": "0.13.25",
4
4
  "description": "The Node framework that owns its stack.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "blamejs contributors",
package/sbom.cdx.json CHANGED
@@ -2,10 +2,10 @@
2
2
  "$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
3
3
  "bomFormat": "CycloneDX",
4
4
  "specVersion": "1.5",
5
- "serialNumber": "urn:uuid:a0f54545-2664-4289-8bd2-f3db973d437a",
5
+ "serialNumber": "urn:uuid:47754ab4-658d-4a84-ac31-adda479b6281",
6
6
  "version": 1,
7
7
  "metadata": {
8
- "timestamp": "2026-05-28T08:15:53.205Z",
8
+ "timestamp": "2026-05-28T12:35:12.333Z",
9
9
  "lifecycles": [
10
10
  {
11
11
  "phase": "build"
@@ -19,14 +19,14 @@
19
19
  }
20
20
  ],
21
21
  "component": {
22
- "bom-ref": "@blamejs/core@0.13.23",
22
+ "bom-ref": "@blamejs/core@0.13.25",
23
23
  "type": "application",
24
24
  "name": "blamejs",
25
- "version": "0.13.23",
25
+ "version": "0.13.25",
26
26
  "scope": "required",
27
27
  "author": "blamejs contributors",
28
28
  "description": "The Node framework that owns its stack.",
29
- "purl": "pkg:npm/%40blamejs/core@0.13.23",
29
+ "purl": "pkg:npm/%40blamejs/core@0.13.25",
30
30
  "properties": [],
31
31
  "externalReferences": [
32
32
  {
@@ -54,7 +54,7 @@
54
54
  "components": [],
55
55
  "dependencies": [
56
56
  {
57
- "ref": "@blamejs/core@0.13.23",
57
+ "ref": "@blamejs/core@0.13.25",
58
58
  "dependsOn": []
59
59
  }
60
60
  ]