exiftool-vendored
Advanced tools
Comparing version 1.5.1 to 1.5.2
{ | ||
"name": "exiftool-vendored", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "Efficient, cross-platform access to ExifTool", | ||
@@ -18,4 +18,6 @@ "main": "./dist/exiftool.js", | ||
"test": "mocha --timeout 10000 dist/**/*.spec.js", | ||
"cleantest": "run-s clean lint fmt test", | ||
"preversion": "run-s lint" | ||
"cleantest": "run-s clean lint fmt pdm test", | ||
"preversion": "run-s lint pdm", | ||
"pdm": "platform-dependent-modules", | ||
"postinstall": "npm run pdm" | ||
}, | ||
@@ -69,2 +71,15 @@ "files": [ | ||
"homepage": "https://github.com/mceachen/exiftool-vendored#readme", | ||
"config": { | ||
"platformDependentModules": { | ||
"linux": [ | ||
"exiftool-vendored.pl@10.38.0" | ||
], | ||
"darwin": [ | ||
"exiftool-vendored.pl@10.38.0" | ||
], | ||
"win32": [ | ||
"exiftool-vendored.exe@10.38.0" | ||
] | ||
} | ||
}, | ||
"devDependencies": { | ||
@@ -95,6 +110,5 @@ "@types/chai": "^3.4.34", | ||
}, | ||
"optionalDependencies": { | ||
"exiftool-vendored.pl": "10.38.0", | ||
"exiftool-vendored.exe": "10.38.0" | ||
"dependencies": { | ||
"platform-dependent-modules": "0.0.14" | ||
} | ||
} |
@@ -127,2 +127,7 @@ # exiftool-vendored | ||
### v1.5.2 | ||
* 📦 Switch back to `platform-dependent-modules`. | ||
[npm warnings](http://stackoverflow.com/questions/15176082/npm-package-json-os-specific-dependency) aren't awesome. | ||
### v1.5.1 | ||
@@ -135,3 +140,3 @@ | ||
* 🌱 ExifTool upgraded to v10.38 | ||
* ✨ Use `npm`'s os-specific optionalDependencies rather than `platform-dependent-modules`. | ||
* 📦 Use `npm`'s os-specific optionalDependencies rather than `platform-dependent-modules`. | ||
@@ -138,0 +143,0 @@ ### v1.4.1 |
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
120635
1
188
1
+ Addedplatform-dependent-modules@0.0.14(transitive)
- Removedexiftool-vendored.exe@10.38.0(transitive)
- Removedexiftool-vendored.pl@10.38.0(transitive)