Socket
Socket
Sign inDemoInstall

is-iojs

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-iojs - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

9

index.js

@@ -15,7 +15,8 @@ var version = process.version;

var fs = require('fs');
var path = require('path');
var temp = path.join(process.cwd(), '.is-iojs-' + Math.random());
var fs = require('fs');
var path = require('path');
var temp = path.join(process.cwd(), '.is-iojs-' + Math.random());
var epath = process.execPath;
!~['v1.0.0','v1.0.1'].indexOf(version) && require('child_process').exec('node -h && echo "done" > ' + temp, function(err, help) {
!~['v1.0.0','v1.0.1'].indexOf(version) && require('child_process').exec(epath + ' -h && echo "done" > ' + temp, function(err, help) {
if (!err) isIo = /iojs/m.test(help);

@@ -22,0 +23,0 @@ });

{
"name": "is-iojs",
"version": "0.2.0",
"version": "0.2.1",
"description": "Determines if runtime is iojs",

@@ -5,0 +5,0 @@ "main": "index.js",

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