Sign In

@quantakrypto/qprobe

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quantakrypto/qprobe - npm Package Compare versions

Comparing version
0.11.0
to
0.12.0
+1
-1
dist/version.d.ts

@@ -9,3 +9,3 @@ /**

*/
export declare const VERSION = "0.11.0";
export declare const VERSION = "0.12.0";
//# sourceMappingURL=version.d.ts.map

@@ -9,3 +9,3 @@ /**

*/
export const VERSION = "0.11.0";
export const VERSION = "0.12.0";
//# sourceMappingURL=version.js.map

@@ -1,1 +0,1 @@

{"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,OAAO,GAAG,QAAQ,CAAC","sourcesContent":["/**\n * qProbe version, surfaced in JSON output.\n *\n * Kept in lockstep with package.json by version.test.ts. It used to say only\n * \"keep in sync with package.json\", and it had drifted four minors: every\n * qProbe JSON report and every endpoint CBOM since 0.8.0 carried toolVersion\n * 0.7.0, which is evidence data, not cosmetics.\n */\nexport const VERSION = \"0.11.0\";\n"]}
{"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,OAAO,GAAG,QAAQ,CAAC","sourcesContent":["/**\n * qProbe version, surfaced in JSON output.\n *\n * Kept in lockstep with package.json by version.test.ts. It used to say only\n * \"keep in sync with package.json\", and it had drifted four minors: every\n * qProbe JSON report and every endpoint CBOM since 0.8.0 carried toolVersion\n * 0.7.0, which is evidence data, not cosmetics.\n */\nexport const VERSION = \"0.12.0\";\n"]}
{
"name": "@quantakrypto/qprobe",
"version": "0.11.0",
"version": "0.12.0",
"description": "qProbe — actively inspect live TLS/SSH endpoints you OWN for post-quantum readiness (hybrid KEX, classical certs). Gated behind an ownership attestation. Zero runtime dependencies.",

@@ -40,3 +40,3 @@ "license": "Apache-2.0",

"dependencies": {
"@quantakrypto/core": "0.11.0"
"@quantakrypto/core": "0.12.0"
},

@@ -43,0 +43,0 @@ "scripts": {