sockit-to-me
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "sockit-to-me", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"author": "Ghislain 'Aus' Lacroix <aus@mozilla.com>", | ||
@@ -5,0 +5,0 @@ "description": "A synchronous socket API for node.js.", |
@@ -19,5 +19,5 @@ #!/usr/bin/env node | ||
exec('type gcc', function(err, stdout) { | ||
if (stdout.indexOf('gcc is') !== -1) { | ||
console.log('[sockit-to-me] found gcc'); | ||
exec('type g++', function(err, stdout) { | ||
if (stdout.indexOf('g++ is') !== -1) { | ||
console.log('[sockit-to-me] found g++'); | ||
return callback(null); | ||
@@ -24,0 +24,0 @@ } |
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