Socket
Socket
Sign inDemoInstall

std-env

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

std-env - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

1

index.js

@@ -7,2 +7,3 @@ const isCI = require('is-ci')

production: Boolean(process.env.NODE_ENV === 'production'),
debug: Boolean(process.env.DEBUG),
ci: Boolean(isCI),

@@ -9,0 +10,0 @@ tty: Boolean(process.stdout.isTTY),

2

package.json
{
"name": "std-env",
"version": "1.0.0",
"version": "1.1.0",
"description": "Detect running environment of the current Node.js process",

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

@@ -31,2 +31,3 @@ # STD-ENV

production: false,
debug: false,
ci: false,

@@ -41,2 +42,2 @@ tty: true,

MIT
MIT
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