Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@types/win-ca

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/win-ca - npm Package Compare versions

Comparing version
3.5.0
to
3.5.1
+1
-1
win-ca/api.d.ts

@@ -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"
}

@@ -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