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

deps-opengl-raub

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deps-opengl-raub - npm Package Compare versions

Comparing version 3.0.3 to 3.1.0

2

install.js

@@ -7,4 +7,4 @@ 'use strict';

const prefix = 'https://github.com/node-3d/deps-opengl-raub/releases/download';
const tag = process.env.npm_package_config_install;
const tag = 'v3.0.0';
install(`${prefix}/${tag}`);
{
"author": "Luis Blanco <luisblanco1337@gmail.com>",
"name": "deps-opengl-raub",
"version": "3.0.3",
"version": "3.1.0",
"description": "Binaries and headers for OpenGL-dependent addons",

@@ -37,11 +37,12 @@ "license": "MIT",

],
"config": {
"install": "v3.0.0"
},
"scripts": {
"postinstall": "node install"
"postinstall": "node install",
"test": "cd test && npm run test && cd ..",
"test-ci": "cd test && npm run test-ci && cd ..",
"test-install": "cd test && npm ci && cd ..",
"test-coverage": "cd test && npm run coverage && cd .."
},
"engines": {
"node": ">=12.13.0",
"npm": ">=6.12.0"
"node": ">=14.16.0",
"npm": ">=6.14.1"
},

@@ -53,4 +54,4 @@ "repository": {

"dependencies": {
"addon-tools-raub": "5.2.x"
"addon-tools-raub": "5.3.x"
}
}

@@ -10,3 +10,5 @@ # OpenGL binaries

> npm i deps-opengl-raub
```
npm i deps-opengl-raub
```

@@ -13,0 +15,0 @@

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