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 6.0.3 to 7.0.0

14

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

@@ -11,7 +11,11 @@ "main": "src/index.js",

"engines": {
"node": ">=8.0"
"node": ">=10.14",
"npm": ">=6",
"yarn": ">=1"
},
"scripts": {
"lint": "kcd-scripts lint",
"setup": "npm install && npm run validate -s",
"test": "kcd-scripts test",
"test:update": "npm test -- --updateSnapshot --coverage",
"validate": "kcd-scripts validate"

@@ -36,6 +40,6 @@ },

"dependencies": {
"cross-spawn": "^7.0.0"
"cross-spawn": "^7.0.1"
},
"devDependencies": {
"kcd-scripts": "^1.8.0"
"kcd-scripts": "^4.1.0"
},

@@ -57,2 +61,2 @@ "eslintConfig": {

"homepage": "https://github.com/kentcdodds/cross-env#readme"
}
}
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