New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

glfw3

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glfw3

glfw3 sourcecode and a static build target

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

node-glfw3

glfw3 sourcecode and a static build target

abstract

This module provides the source code for glfw3 and a gyp file that will build a static target

The idea here is that it is way better to link statically than depend on a user having a dependency satisfied on their system.

install

npm install glfw3

use

add this to your gyp file:

  'bindings' : [
    'node_modules/glfw3/binding.gyp:glfw3-static'
  ]

Keywords

glfw3

FAQs

Package last updated on 05 Jul 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts