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.2.0 to 2.3.0

winapi_win32_46.node

5

index.js

@@ -5,6 +5,5 @@ 'use strict';

try {
winapi = require('bindings')('winapi');
winapi = require(`./winapi_${process.platform}_${process.versions.modules}`);
} catch (e) {
throw Error("Could not load winapi");
throw Error("Compilation of winapi has failed and there is no pre-compiled binary available for your system. Please install a supported C++11 compiler and reinstall the module 'winapi'");
}

@@ -11,0 +10,0 @@

4

package.json
{
"name": "winapi",
"version": "2.2.0",
"version": "2.3.0",
"description": "Misc windows API wrappers",

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

"test": "node node_modules/mocha/bin/mocha test",
"install": "node-gyp rebuild"
"install": "node-gyp rebuild > build_log.txt 2>&1 || exit 0"
},

@@ -15,0 +15,0 @@ "gypfile": true,

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