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
0.0.1-security

28

package.json
{
"name": "is-node",
"version": "0.0.0",
"description": "Returns true if it's running on NodeJS",
"version": "0.0.1-security",
"description": "",
"main": "index.js",
"scripts": {
"test": "fox"
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"fox": "*"
},
"keywords": [
"node",
"detection"
],
"repository": {
"url": "git@github.com:azer\/is-node.git",
"type": "git"
"type": "git",
"url": "git+https://github.com/npm/security-holder.git"
},
"author": "Azer Ko\u00e7ulu <azer@kodfabrik.com>",
"license": "BSD"
}
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/npm/security-holder/issues"
},
"homepage": "https://github.com/npm/security-holder#readme"
}

@@ -1,15 +0,9 @@

## is-node
# Security holding package
On server:
This package name is not currently in use, but was formerly occupied
by a popular package. To avoid malicious use, npm is hanging on to
the package name, but loosely, and we'll probably give it to you if
you want it.
```js
require('is-node')
// => true
```
On client-side
```js
require('is-node')
// => false
```
You may adopt this package by contacting support@npmjs.com and
requesting the name.