New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

console-api

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

console-api - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

8

package.json
{
"name": "console-api",
"version": "0.0.4",
"version": "0.0.5",
"description": "Native Node.js bindings for the Win32 Console API",

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

"node-addon-api": "^3.0.0",
"prebuild-install": "^5.3.5"
"prebuild-install": "^7.0.0"
},

@@ -31,3 +31,3 @@ "binary": {

"publish_build": "prebuild -t 3 -r napi",
"install": "prebuild-install --runtime napi || node-gyp rebuild",
"install": "prebuild-install --verbose --runtime napi || node-gyp rebuild",
"test": "node-gyp build && node ./test.js"

@@ -37,4 +37,4 @@ },

"devDependencies": {
"prebuild": "^10.0.0"
"prebuild": "^11.0.0"
}
}

@@ -12,4 +12,4 @@ Native Node.js bindings for the Win32 Console API

Palettes are an array of 16 RGB values in the for [0xRRGGBB, 0xRRGGBB, ...]
Palettes are an array of 16 RGB values in the form [0xRRGGBB, 0xRRGGBB, ...]
Note: though this module can be included on any platform, it currently does nothing except on Win32.
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