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

glfw-raub

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glfw-raub - npm Package Compare versions

Comparing version 5.2.0 to 5.2.1

23

package.json
{
"author": "Luis Blanco <luisblanco1337@gmail.com>",
"name": "glfw-raub",
"version": "5.2.0",
"version": "5.2.1",
"description": "GLFW for Node.js",

@@ -37,7 +37,6 @@ "license": "MIT",

"eslint": "eslint .",
"build-all": "cd src && node-gyp rebuild -j max --silent && node -e \"require('addon-tools-raub').cpbin('glfw')\" && cd ..",
"build": "cd src && node-gyp rebuild -j max --silent && node -e \"require('addon-tools-raub').cpbin('glfw')\" && cd ..",
"build-only": "cd src && node-gyp build -j max --silent && node -e \"require('addon-tools-raub').cpbin('glfw')\" && cd ..",
"test": "jest --coverage=false --watch --config=conf/jest.json",
"test-ci": "jest --ci --runInBand --coverage=false --forceExit --detectOpenHandles --config=conf/jest.json",
"test-coverage": "rm -rf doc/jest && jest --coverage --silent --config=conf/jest.json"
"test": "node --test --watch .",
"test-ci": "node --test"
},

@@ -49,14 +48,12 @@ "repository": {

"dependencies": {
"addon-tools-raub": "^7.2.0",
"deps-opengl-raub": "^5.1.0",
"segfault-raub": "^2.1.0"
"addon-tools-raub": "^7.3.0",
"deps-opengl-raub": "^5.1.1",
"segfault-raub": "^2.1.2"
},
"devDependencies": {
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-node": "^11.1.0",
"eslint": "^8.40.0",
"jest": "^29.5.0",
"node-addon-api": "^6.1.0",
"typescript": "^5.0.4"
"eslint": "^8.51.0",
"node-addon-api": "^7.0.0",
"typescript": "^5.2.2"
}
}

@@ -6,6 +6,7 @@ # GLFW for Node.js

[![NPM](https://badge.fury.io/js/glfw-raub.svg)](https://badge.fury.io/js/glfw-raub)
[![CodeFactor](https://www.codefactor.io/repository/github/node-3d/glfw-raub/badge)](https://www.codefactor.io/repository/github/node-3d/glfw-raub)
[![ESLint](https://github.com/node-3d/glfw-raub/actions/workflows/eslint.yml/badge.svg)](https://github.com/node-3d/glfw-raub/actions/workflows/eslint.yml)
[![Test](https://github.com/node-3d/glfw-raub/actions/workflows/test.yml/badge.svg)](https://github.com/node-3d/glfw-raub/actions/workflows/test.yml)
```
npm i glfw-raub
npm i -s glfw-raub
```

@@ -21,3 +22,3 @@

* **GLFW** version **3.3.4** backend.
* **GLFW** version **3.3.8** backend.
* Exposes low-level **GLFW** interface.

@@ -44,3 +45,3 @@ * Multiple windows for a single **Node.js** process.

See [TypeSctipt defenitions](/index.d.ts) for more details.
See [TypeSctipt definitions](/index.d.ts) for more details.

@@ -53,3 +54,3 @@ ----------

```js
const { Window } = glfw;
const { Window } = require('glfw-raub');
```

@@ -60,3 +61,3 @@

See [TypeSctipt defenitions](/index.d.ts) for more details.
See [TypeSctipt definitions](/index.d.ts) for more details.

@@ -68,3 +69,3 @@ ----------

```js
const { Document } = glfw;
const { Document } = require('glfw-raub');
```

@@ -75,2 +76,2 @@

See [TypeSctipt defenitions](/index.d.ts) for more details.
See [TypeSctipt definitions](/index.d.ts) for more details.
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