Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

win32-def

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

win32-def - npm Package Compare versions

Comparing version 18.3.0 to 18.4.0

6

dist/lib/common.types.d.ts

@@ -213,4 +213,8 @@ /// <reference types="node" resolution-mode="require"/>

/**
* @dos https://docs.microsoft.com/en-us/windows/win32/printdocs/getprinter#parameters
* @docs https://docs.microsoft.com/en-us/windows/win32/printdocs/getprinter#parameters
*/
export declare type PRINTER_INFO_LEVEL = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9;
/**
* @docs https://docs.microsoft.com/zh-cn/windows/win32/printdocs/enumprinters
*/
export declare type EnumPrinters_Level = 1 | 2 | 4 | 5;

4

package.json
{
"name": "win32-def",
"author": "waiting",
"version": "18.3.0",
"version": "18.4.0",
"description": "win32 definitions for node-ffi",

@@ -99,3 +99,3 @@ "keywords": [

},
"gitHead": "fe67c668aa68cd8f47f4b8aa007a777b13015767"
"gitHead": "77fac29ba1dc6682434087c7c906c9a7d16897a2"
}

@@ -241,5 +241,9 @@ /* ---------- data types for TypeScript ----------- */

/**
* @dos https://docs.microsoft.com/en-us/windows/win32/printdocs/getprinter#parameters
* @docs https://docs.microsoft.com/en-us/windows/win32/printdocs/getprinter#parameters
*/
export type PRINTER_INFO_LEVEL = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9
/**
* @docs https://docs.microsoft.com/zh-cn/windows/win32/printdocs/enumprinters
*/
export type EnumPrinters_Level = 1 | 2 | 4 | 5

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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