New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

chai-exec

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chai-exec - npm Package Compare versions

Comparing version 2.0.4 to 2.1.0

12

CHANGELOG.md

@@ -8,2 +8,14 @@ Change Log

[v2.1.0](https://github.com/JS-DevTools/chai-exec/tree/v2.1.0) (2020-07-11)
----------------------------------------------------------------------------------------------------
- If the `env` option is not set, then it defaults to `process.env`, _except_ for Node.js environment
variables, such as `NODE_ENV` and `NODE_OPTIONS`. Since Chai Exec is mostly used to test Node.js CLIs,
this ensures that these environment variables don't unexpectedly affect the spawned CLI process.
[Full Changelog](https://github.com/JS-DevTools/chai-exec/compare/v2.0.4...v2.1.0)
[v2.0.0](https://github.com/JS-DevTools/chai-exec/tree/v2.0.0) (2020-03-04)

@@ -10,0 +22,0 @@ ----------------------------------------------------------------------------------------------------

4

package.json
{
"name": "chai-exec",
"version": "2.0.4",
"version": "2.1.0",
"description": "Chai assertions for testing your CLI",

@@ -36,4 +36,4 @@ "keywords": [

"dependencies": {
"@jsdevtools/chai-exec": "2.0.4"
"@jsdevtools/chai-exec": "2.1.0"
}
}

@@ -6,4 +6,4 @@ Chai Exec

[![Cross-Platform Compatibility](https://jstools.dev/img/badges/os-badges.svg)](https://github.com/JS-DevTools/chai-exec/blob/master/.github/workflows/CI-CD.yaml)
[![Build Status](https://github.com/JS-DevTools/chai-exec/workflows/CI-CD/badge.svg)](https://github.com/JS-DevTools/chai-exec/blob/master/.github/workflows/CI-CD.yaml)
[![Cross-Platform Compatibility](https://jstools.dev/img/badges/os-badges.svg)](https://github.com/JS-DevTools/chai-exec/actions)
[![Build Status](https://github.com/JS-DevTools/chai-exec/workflows/CI-CD/badge.svg)](https://github.com/JS-DevTools/chai-exec/actions)

@@ -317,3 +317,3 @@ [![Coverage Status](https://coveralls.io/repos/github/JS-DevTools/chai-exec/badge.svg?branch=master)](https://coveralls.io/github/JS-DevTools/chai-exec?branch=master)

--------------------------
Contributions, enhancements, and bug-fixes are welcome! [File an issue](https://github.com/JS-DevTools/chai-exec/issues) on GitHub and [submit a pull request](https://github.com/JS-DevTools/chai-exec/pulls).
Contributions, enhancements, and bug-fixes are welcome! [Open an issue](https://github.com/JS-DevTools/chai-exec/issues) on GitHub and [submit a pull request](https://github.com/JS-DevTools/chai-exec/pulls).

@@ -320,0 +320,0 @@ #### Building/Testing

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