Socket
Socket
Sign inDemoInstall

winapi

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

winapi - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

10

index.js

@@ -8,11 +8,3 @@ 'use strict';

} catch (e) {
winapi = {
GetLastInputInfo : function(){
return Date.now();
},
GetTickCount : function(){
return Date.now();
}
};
throw Error("Could not load winapi");
}

@@ -19,0 +11,0 @@

4

package.json
{
"name": "winapi",
"version": "2.0.0",
"version": "2.1.0",
"description": "Misc windows API wrappers",

@@ -8,3 +8,3 @@ "main": "index.js",

"bindings": "~1.2.1",
"nan": "^1.9.0"
"nan": "^2.2.0"
},

@@ -11,0 +11,0 @@ "scripts": {

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