Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

maven-deploy

Package Overview
Dependencies
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

maven-deploy - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

3

CHANGELOG.md

@@ -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

4

index.js

@@ -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",

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