maven-deploy
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -6,2 +6,5 @@ # Changelog | ||
## 1.3.2 | ||
* Fix undocumented breaking change in isbinaryfile (Issue #28) | ||
## 1.3.1 | ||
@@ -8,0 +11,0 @@ * Add folders/directories to archive |
@@ -9,3 +9,3 @@ var fs = require('fs'); | ||
var semver = require('semver'); | ||
var isBinaryFileSync = require('isbinaryfile'); | ||
var isBinaryFile = require('isbinaryfile'); | ||
@@ -163,3 +163,3 @@ var validateConfig, validateRepos, validateRepo, userConfig; | ||
var data; | ||
if(isBinaryFileSync(filePath)) { | ||
if(isBinaryFile.sync(filePath)) { | ||
data = fs.readFileSync(filePath); | ||
@@ -166,0 +166,0 @@ } else { |
{ | ||
"name": "maven-deploy", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "A simple Node.js module to create a war-/jar-package and install/deploy to a local/remote Maven repository", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
21320
0