deps-freeimage-raub
Advanced tools
Comparing version 2.0.3 to 3.0.0
@@ -7,4 +7,4 @@ 'use strict'; | ||
const prefix = 'https://github.com/node-3d/deps-freeimage-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-freeimage-raub", | ||
"version": "2.0.3", | ||
"version": "3.0.0", | ||
"description": "Binaries and headers for FreeImage-dependent compilation", | ||
@@ -30,2 +30,3 @@ "license": "MIT", | ||
"index.js", | ||
"install.d.ts", | ||
"install.js", | ||
@@ -37,11 +38,26 @@ "FREEIMAGE_FIPL", | ||
], | ||
"config": { | ||
"install": "v2.0.0" | ||
}, | ||
"scripts": { | ||
"postinstall": "node install" | ||
"postinstall": "node install", | ||
"eslint": "eslint .", | ||
"test": "jest --coverage=false --watch", | ||
"test-ci": "jest --coverage=false --verbose", | ||
"test-coverage": "rm -rf doc/jest && jest --coverage --silent" | ||
}, | ||
"jest": { | ||
"testEnvironment": "node", | ||
"testMatch": [ | ||
"**/*.test.js" | ||
], | ||
"coverageDirectory": "doc/jest", | ||
"coverageReporters": [ | ||
"lcov" | ||
], | ||
"collectCoverageFrom": [ | ||
"**/*.js", | ||
"!**/*.test.js" | ||
] | ||
}, | ||
"engines": { | ||
"node": ">=12.13.0", | ||
"npm": ">=6.12.0" | ||
"node": ">=14.16.0", | ||
"npm": ">=6.14.1" | ||
}, | ||
@@ -53,4 +69,11 @@ "repository": { | ||
"dependencies": { | ||
"addon-tools-raub": "5.2.x" | ||
"addon-tools-raub": "5.3.x" | ||
}, | ||
"devDependencies": { | ||
"eslint": "7.23.0", | ||
"eslint-plugin-jest": "24.3.3", | ||
"eslint-plugin-node": "11.1.0", | ||
"jest": "26.6.3", | ||
"typescript": "4.2.4" | ||
} | ||
} |
@@ -6,7 +6,7 @@ # FreeImage binaries | ||
[![NPM](https://nodei.co/npm/deps-freeimage-raub.png?compact=true)](https://www.npmjs.com/package/deps-freeimage-raub) | ||
[![Build Status](https://api.travis-ci.com/node-3d/deps-freeimage-raub.svg?branch=master)](https://travis-ci.com/node-3d/deps-freeimage-raub) | ||
[![CodeFactor](https://www.codefactor.io/repository/github/node-3d/deps-freeimage-raub/badge)](https://www.codefactor.io/repository/github/node-3d/deps-freeimage-raub) | ||
> npm i deps-freeimage-raub | ||
``` | ||
npm i deps-freeimage-raub | ||
``` | ||
@@ -16,3 +16,3 @@ | ||
This dependency package is distributing **FreeImage 3.17** | ||
This dependency package is distributing **FreeImage 3.18** | ||
binaries through **NPM** for **Node.js** addons. | ||
@@ -113,3 +113,3 @@ | ||
Refer to [FreeImage 3.17 docs](http://mirrors.dotsrc.org/pub/exherbo/FreeImage3170.pdf). | ||
Refer to [FreeImage 3.18 docs](http://downloads.sourceforge.net/freeimage/FreeImage3180.pdf). | ||
@@ -128,8 +128,3 @@ | ||
Windows binaries were found on the official web-site. | ||
Unix binaries are found in | ||
[Ubuntu Packages](https://packages.ubuntu.com/source/cosmic/freeimage). | ||
OSX binaries are built through MAKE system with | ||
[Travis CI matrix](https://travis-ci.com/node-3d/deps-freeimage-raub). | ||
See Travis [config](https://github.com/node-3d/deps-freeimage-raub/blob/master/.travis.yml) | ||
for details. | ||
Windows, Linux, and OSX binaries are built with | ||
[GitHub Actions](https://github.com/node-3d/deps-freeimage-raub/actions). |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
141664
8
0
5
127
+ 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