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 3.1.0 to 3.2.0

4

CHANGELOG.md

@@ -5,3 +5,3 @@ # Change Log

# [3.1.0](https://github.com/waitingsong/node-win32-def/compare/v3.0.0...v3.1.0) (2019-03-02)
# [3.2.0](https://github.com/waitingsong/node-win32-def/compare/v3.1.0...v3.2.0) (2019-03-03)

@@ -11,3 +11,3 @@

* **types:** change ReturnType of cb of async() from void to any ([7456254](https://github.com/waitingsong/node-win32-def/commit/7456254))
* **types:** set below [@deprecated](https://github.com/deprecated) ([f950a7e](https://github.com/waitingsong/node-win32-def/commit/f950a7e))

@@ -14,0 +14,0 @@

@@ -5,3 +5,3 @@ /**

*
* @version 3.1.0
* @version 3.2.0
* @author waiting

@@ -8,0 +8,0 @@ * @license MIT

@@ -5,3 +5,3 @@ /**

*
* @version 3.1.0
* @version 3.2.0
* @author waiting

@@ -8,0 +8,0 @@ * @license MIT

@@ -5,3 +5,3 @@ /**

*
* @version 3.1.0
* @version 3.2.0
* @author waiting

@@ -8,0 +8,0 @@ * @license MIT

@@ -30,3 +30,6 @@ /// <reference types="node" />

}
export { INITCOMMONCONTROLSEX_Struct as InitCommonControlsEXStruct };
/**
* @deprecated using INITCOMMONCONTROLSEX_Struct
*/
export declare type InitCommonControlsEXStruct = INITCOMMONCONTROLSEX_Struct;
/** https://docs.microsoft.com/en-us/windows/desktop/api/winuser/ns-winuser-tagkeybdinput */

@@ -60,3 +63,6 @@ export declare type KEYBDINPUT = Buffer;

}
export { MSG_Struct as MsgStruct };
/**
* @deprecated using MSG_Struct
*/
export declare type MsgStruct = MSG_Struct;
export declare type POINT = Buffer;

@@ -67,3 +73,6 @@ export interface POINT_Struct extends StructInstanceBase {

}
export { POINT_Struct as PointStruct };
/**
* @deprecated using POINT_Struct
*/
export declare type PointStruct = POINT_Struct;
/** https://docs.microsoft.com/en-us/windows/desktop/api/winuser/ns-winuser-tagrawhid */

@@ -111,3 +120,6 @@ export declare type RAWHID = Buffer;

}
export { WNDClASSEX_Struct as WndClassEXStruct };
/**
* @deprecated using WNDClASSEX_Struct
*/
export declare type WndClassEXStruct = WNDClASSEX_Struct;
export declare type WINDOWINFO = Buffer;

@@ -126,3 +138,6 @@ export interface WINDOWINFO_Struct extends StructInstanceBase {

}
export { WINDOWINFO_Struct as WindowInfoStruct };
/**
* @deprecated using
*/
export declare type WindowInfoStruct = WINDOWINFO_Struct;
export declare type RECT = Buffer;

@@ -135,2 +150,5 @@ export interface RECT_Struct extends StructInstanceBase {

}
export { RECT_Struct as RectStruct };
/**
* @deprecated using
*/
export declare type RectStruct = RECT_Struct;
{
"name": "win32-def",
"author": "waiting",
"version": "3.1.0",
"version": "3.2.0",
"description": "win32 definitions for node-ffi",

@@ -6,0 +6,0 @@ "keywords": [

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