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 5.0.4 to 5.0.5

2

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

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

@@ -25,2 +25,4 @@ # cross-env

[![Sponsor](https://app.codesponsor.io/embed/PKGFLnhDiFvsUA5P4kAXfiPs/kentcdodds/cross-env.svg)](https://app.codesponsor.io/link/PKGFLnhDiFvsUA5P4kAXfiPs/kentcdodds/cross-env)
## The problem

@@ -50,2 +52,5 @@

> WARNING! Make sure that when you're installing packages that you spell things
> correctly to avoid [mistakenly installing malware][malware]
## Usage

@@ -91,2 +96,3 @@

Lastly, if you want to pass a JSON string (e.g., when using [ts-loader]), you can do as follows:
```json

@@ -99,2 +105,3 @@ {

```
Pay special attention to the **triple backslash** `(\\\)` **before** the **double quotes** `(")` and the **absence** of **single quotes** `(')`.

@@ -198,1 +205,2 @@ Both of these conditions have to be met in order to work both on Windows and UNIX.

[ts-loader]: https://www.npmjs.com/package/ts-loader
[malware]: http://blog.npmjs.org/post/163723642530/crossenv-malware-on-the-npm-registry
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