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.3.0 to 1.3.1

2

index.js

@@ -16,4 +16,4 @@ const isCI = require('is-ci')

env.minimalCLI = env.ci || env.test || env.producion || !env.tty
env.minimalCLI = env.ci || env.test || env.production || !env.tty
module.exports = env
{
"name": "std-env",
"version": "1.3.0",
"version": "1.3.1",
"description": "Detect running environment of the current Node.js process",

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

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