Socket
Socket
Sign inDemoInstall

cross-env

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cross-env - npm Package Compare versions

Comparing version 5.2.1 to 6.0.0

6

package.json
{
"name": "cross-env",
"version": "5.2.1",
"version": "6.0.0",
"description": "Run scripts that set and use environment variables across platforms",

@@ -11,3 +11,3 @@ "main": "dist/index.js",

"engines": {
"node": ">=4.0"
"node": ">=8.0"
},

@@ -34,3 +34,3 @@ "scripts": {

"dependencies": {
"cross-spawn": "^6.0.5"
"cross-spawn": "^7.0.0"
},

@@ -37,0 +37,0 @@ "devDependencies": {

@@ -57,2 +57,5 @@ <div align="center">

> NOTE : Version 6 of cross-env only supports Node.js 8 and higher, to use it on Node.js 7 or lower install version 5
> ```npm install --save-dev cross-env@5 ```
## Usage

@@ -59,0 +62,0 @@

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