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

@knapsack-pro/core

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/core - npm Package Compare versions

Comparing version 1.6.1 to 1.6.2

7

CHANGELOG.md
# Change Log
## [v1.6.2](https://github.com/KnapsackPro/knapsack-pro-core-js/tree/v1.6.2) (2019-12-05)
[Full Changelog](https://github.com/KnapsackPro/knapsack-pro-core-js/compare/v1.6.1...v1.6.2)
**Fixed bugs:**
- More explicit message about KNAPSACK\_PRO\_CI\_NODE\_BUILD\_ID must be the same on all parallel nodes [\#25](https://github.com/KnapsackPro/knapsack-pro-core-js/pull/25) ([ArturT](https://github.com/ArturT))
## [v1.6.1](https://github.com/KnapsackPro/knapsack-pro-core-js/tree/v1.6.1) (2019-11-04)

@@ -4,0 +11,0 @@ [Full Changelog](https://github.com/KnapsackPro/knapsack-pro-core-js/compare/v1.6.0...v1.6.1)

4

lib/config/knapsack-pro-env.config.js

@@ -87,5 +87,5 @@ "use strict";

knapsackProLogger.warn('CI node build ID not detected! Your tests will run anyway.\n\n' +
'If you want to be able to run more than one CI build at the same time for exactly the same commit hash, branch name and number of parallel CI nodes then you have to set unique KNAPSACK_PRO_CI_NODE_BUILD_ID environment variable for each CI build.\n\n' +
'If you want to be able to run more than one CI build at the same time for exactly the same commit hash, branch name and number of parallel CI nodes then you have to set unique KNAPSACK_PRO_CI_NODE_BUILD_ID environment variable.\n\n' +
'For instance you can generate KNAPSACK_PRO_CI_NODE_BUILD_ID=$(openssl rand - base64 32)\n\n' +
'Note the CI build ID must be the same for parallel CI nodes being part of the single CI build.');
'Please ensure KNAPSACK_PRO_CI_NODE_BUILD_ID has the same value for all parallel CI nodes being part of the single CI build. Thanks to that the parallel nodes will consume tests from the same Queue.');
return process.env.KNAPSACK_PRO_CI_NODE_BUILD_ID;

@@ -92,0 +92,0 @@ },

{
"name": "@knapsack-pro/core",
"version": "1.6.1",
"version": "1.6.2",
"description": "Knapsack Pro Core library splits tests across CI nodes and makes sure that tests will run in optimal time on each CI node. This library gives core features like communication with KnapsackPro.com API. This library is a dependency for other projects specific for particular test runner.",

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

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