@types/win-ca
Advanced tools
+1
-1
@@ -1,3 +0,3 @@ | ||
| import api = require('./'); | ||
| import api = require("./"); | ||
| export = api; |
@@ -1,3 +0,3 @@ | ||
| import api = require('./'); | ||
| import api = require("./"); | ||
| export = api; |
@@ -8,3 +8,3 @@ // Type definitions for win-ca 3.5 | ||
| import { pki } from 'node-forge'; | ||
| import { pki } from "node-forge"; | ||
@@ -87,3 +87,3 @@ export = api; | ||
| */ | ||
| function inject(mode: boolean | '+', certificates?: Certificate[]): void; | ||
| function inject(mode: boolean | "+", certificates?: Certificate[]): void; | ||
@@ -116,3 +116,3 @@ /** | ||
| type CertificateFormat = (typeof der2)[keyof typeof der2]; | ||
| type Store = 'root' | 'ca' | 'my' | 'trustedpublisher'; | ||
| type Store = "root" | "ca" | "my" | "trustedpublisher"; | ||
| type Certificate = Buffer | string | pki.Certificate; | ||
@@ -228,3 +228,3 @@ interface Options { | ||
| */ | ||
| inject?: boolean | '+'; | ||
| inject?: boolean | "+"; | ||
| /** | ||
@@ -231,0 +231,0 @@ * How to save certificates to disk. |
| { | ||
| "name": "@types/win-ca", | ||
| "version": "3.5.0", | ||
| "version": "3.5.1", | ||
| "description": "TypeScript definitions for win-ca", | ||
@@ -26,4 +26,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/win-ca", | ||
| }, | ||
| "typesPublisherContentHash": "aaafb43e8dab16e51a460ff77b869489c4a7a28f82ddc18c724e04652202f013", | ||
| "typeScriptVersion": "4.2" | ||
| "typesPublisherContentHash": "df95df8b177e6785d49852b2005c9187c223a780bdc43eead8355d3617f2dc22", | ||
| "typeScriptVersion": "4.5" | ||
| } |
+1
-1
@@ -11,3 +11,3 @@ # Installation | ||
| ### Additional Details | ||
| * Last updated: Mon, 06 Mar 2023 22:32:37 GMT | ||
| * Last updated: Mon, 25 Sep 2023 13:39:07 GMT | ||
| * Dependencies: [@types/node](https://npmjs.com/package/@types/node), [@types/node-forge](https://npmjs.com/package/@types/node-forge) | ||
@@ -14,0 +14,0 @@ * Global values: none |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package