deps-opengl-raub
Advanced tools
Comparing version 3.0.3 to 3.1.0
@@ -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 @@ |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
3325308
190
0
+ Addedaddon-tools-raub@5.3.4(transitive)
+ Addedadm-zip@0.5.4(transitive)
+ Addednode-addon-api@3.1.0(transitive)
- Removedaddon-tools-raub@5.2.1(transitive)
- Removedadm-zip@0.4.16(transitive)
- Removednode-addon-api@3.0.0(transitive)
Updatedaddon-tools-raub@5.3.x