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

sockit-to-me

Package Overview
Dependencies
Maintainers
3
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sockit-to-me - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

package.json
{
"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 @@ }

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