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

@knapsack-pro/jest

Package Overview
Dependencies
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@knapsack-pro/jest - npm Package Compare versions

Comparing version 4.0.1 to 5.0.0

8

CHANGELOG.md
# Changelog
## [v5.0.0](https://github.com/KnapsackPro/knapsack-pro-jest/tree/v5.0.0) (2020-10-30)
[Full Changelog](https://github.com/KnapsackPro/knapsack-pro-jest/compare/v4.0.1...v5.0.0)
**Merged pull requests:**
- Default NODE\_ENV to 'test' [\#23](https://github.com/KnapsackPro/knapsack-pro-jest/pull/23) ([haines](https://github.com/haines))
## [v4.0.1](https://github.com/KnapsackPro/knapsack-pro-jest/tree/v4.0.1) (2020-09-18)

@@ -4,0 +12,0 @@

3

lib/env-config.js

@@ -12,2 +12,5 @@ "use strict";

}
if (process.env.NODE_ENV == null) {
process.env.NODE_ENV = 'test';
}
};

@@ -14,0 +17,0 @@ Object.defineProperty(EnvConfig, "testFilePattern", {

2

package.json
{
"name": "@knapsack-pro/jest",
"version": "4.0.1",
"version": "5.0.0",
"description": "Knapsack Pro Jest splits Jest tests across CI nodes and makes sure that tests will run in optimal time on each CI node.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -804,2 +804,4 @@ # @knapsack-pro/jest

11. Update the latest available library version in `TestSuiteClientVersionChecker` for the Knapsack Pro API repository.
### Testing

@@ -806,0 +808,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