Socket
Socket
Sign inDemoInstall

@types/winreg

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/winreg - npm Package Compare versions

Comparing version 1.2.31 to 1.2.32

16

winreg/index.d.ts

@@ -13,5 +13,2 @@ // Type definitions for Winreg v1.2.0

*
* @public
* @class
*
* @param {@link Options} options - the options

@@ -151,3 +148,2 @@ *

* The hostname.
* @readonly
*/

@@ -158,3 +154,2 @@ host: string;

* The hive id.
* @readonly
*/

@@ -165,3 +160,2 @@ hive: string;

* The registry key name.
* @readonly
*/

@@ -172,3 +166,2 @@ key: string;

* The full path to the registry key.
* @readonly
*/

@@ -179,3 +172,2 @@ path: string;

* The registry hive architecture ('x86' or 'x64').
* @readonly
*/

@@ -186,3 +178,2 @@ arch: string;

* Creates a new {@link Registry} instance that points to the parent registry key.
* @readonly
*/

@@ -301,3 +292,2 @@ parent: Registry;

* The hostname.
* @readonly
*/

@@ -308,3 +298,2 @@ host: string;

* The hive id.
* @readonly
*/

@@ -315,3 +304,2 @@ hive: string;

* The registry key.
* @readonly
*/

@@ -322,3 +310,2 @@ key: string;

* The value name.
* @readonly
*/

@@ -329,3 +316,2 @@ name: string;

* The value type.
* @readonly
*/

@@ -336,3 +322,2 @@ type: string;

* The value.
* @readonly
*/

@@ -343,3 +328,2 @@ value: string;

* The hive architecture.
* @readonly
*/

@@ -346,0 +330,0 @@ arch: string;

6

winreg/package.json
{
"name": "@types/winreg",
"version": "1.2.31",
"version": "1.2.32",
"description": "TypeScript definitions for Winreg",

@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/winreg",

"dependencies": {},
"typesPublisherContentHash": "95797d40e7447e2a129eebcd26a3fb231fdd83a3a23e7a3927cfc0699315b35b",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "ff7fb8aff493a29e1d330dadb447daec99404741ea14ca234c368bb64d6a2f60",
"typeScriptVersion": "4.3"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Fri, 02 Jul 2021 18:05:41 GMT
* Last updated: Sat, 29 Apr 2023 04:03:48 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: `Winreg`

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc