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 2.3.0 to 2.4.0

2

dist/index.cjs.js

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

*
* @version 2.3.0
* @version 2.4.0
* @author waiting

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

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

*
* @version 2.3.0
* @version 2.4.0
* @author waiting

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

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

*
* @version 2.3.0
* @version 2.4.0
* @author waiting

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

@@ -237,1 +237,19 @@ /// <reference types="node" />

}
export declare const enum EXECUTION_STATE {
/**
* Enables away mode. This value must be specified with ES_CONTINUOUS.
* Away mode should be used only by media-recording and media-distribution
* applications that must perform critical background processing on desktop
* computers while the computer appears to be sleeping. See Remarks.
*/
ES_CONTINUOUS = 2147483648,
/**
* Informs the system that the state being set should remain in effect until
* the next call that uses ES_CONTINUOUS and one of the other state flags is cleared.
*/
ES_AWAYMODE_REQUIRED = 64,
/** Forces the display to be on by resetting the display idle timer. */
ES_SYSTEM_REQUIRED = 1,
/** Forces the system to be in the working state by resetting the system idle timer. */
ES_DISPLAY_REQUIRED = 2
}
{
"name": "win32-def",
"author": "waiting",
"version": "2.3.0",
"version": "2.4.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