Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.2 to 6.0.3

src/bin/cross-env-shell.js

22

package.json
{
"name": "cross-env",
"version": "6.0.2",
"version": "6.0.3",
"description": "Run scripts that set and use environment variables across platforms",
"main": "dist/index.js",
"main": "src/index.js",
"bin": {
"cross-env": "dist/bin/cross-env.js",
"cross-env-shell": "dist/bin/cross-env-shell.js"
"cross-env": "src/bin/cross-env.js",
"cross-env-shell": "src/bin/cross-env-shell.js"
},

@@ -14,3 +14,2 @@ "engines": {

"scripts": {
"build": "kcd-scripts build",
"lint": "kcd-scripts lint",

@@ -26,3 +25,4 @@ "test": "kcd-scripts test",

"files": [
"dist"
"src",
"!__tests__"
],

@@ -37,3 +37,2 @@ "keywords": [

"dependencies": {
"@babel/runtime": "^7.6.2",
"cross-spawn": "^7.0.0"

@@ -47,7 +46,6 @@ },

},
"eslintIgnore": [
"node_modules",
"coverage",
"dist"
],
"// babel 1": "this disables all built-in plugins from kcd-scripts for tests",
"// babel 2": "that way we ensure that the tests run without compilation",
"// babel 3": "because this module is published as-is. It is not compiled.",
"babel": {},
"repository": {

@@ -54,0 +52,0 @@ "type": "git",

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