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

is-node

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-node - npm Package Compare versions

Comparing version

to
1.0.2

0

examples/basic.js

@@ -0,0 +0,0 @@ // Coding standard for this project defined @ https://github.com/MatthewSH/standards/blob/master/JavaScript.md

2

index.js
// Coding standard for this project defined @ https://github.com/MatthewSH/standards/blob/master/JavaScript.md
'use strict';
exports = module.export = !!(typeof process !== 'undefined' && process.versions && process.versions.node);
exports = module.exports = !!(typeof process !== 'undefined' && process.versions && process.versions.node);
{
"name": "is-node",
"version": "1.0.1",
"version": "1.0.2",
"description": "Detect if current process is a node application or not.",

@@ -5,0 +5,0 @@ "author": {

@@ -0,0 +0,0 @@ # Is Node?