New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ant-build

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ant-build - npm Package Compare versions

Comparing version 0.1.4 to 1.0.0

lib/.ant-build.js.un~

8

lib/ant-build.js

@@ -18,3 +18,3 @@ /* ================================================================

var path = require('path');
var _ = require('./helper');
var EOL = require('os').EOL;
var spawn = require('win-spawn');

@@ -24,2 +24,4 @@ var JAVA_HOME = require('java-home');

var _ = require('./helper');
//var isWindows = _.platform.isWindows;

@@ -92,6 +94,6 @@

antProcess.stdout.on('data', function(data) {
console.log(data);
console.log(data.split(EOL).join(EOL));
});
antProcess.stderr.on('data', function(data) {
console.log(data);
console.log(data.split(EOL).join(EOL));
});

@@ -98,0 +100,0 @@

{
"name": "ant-build",
"version": "0.1.4",
"version": "1.0.0",
"description": "ant build",

@@ -5,0 +5,0 @@ "keywords": ["ant", "build"],

Sorry, the diff of this file is not supported yet

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