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

chorus-js

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chorus-js - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

2

features/basic.feature.expected.txt

@@ -14,3 +14,3 @@ Feature: Basic steps

Check I can call a step with a result PASSED hello!
And I can call a step which fails FAILED (WebSocketClientStepInvoker:158)-StepFailedException
And I can call a step which fails FAILED (WebSocketClientStepInvoker:158)-StepFailedException Expected true to be false

@@ -17,0 +17,0 @@

@@ -53,3 +53,4 @@ 'use strict';

stepId: _stepId,
executionId: executionId
executionId: executionId,
description: error.message
};

@@ -56,0 +57,0 @@ _sendMessage(_message);

{
"name": "chorus-js",
"version": "1.0.0",
"version": "1.1.0",
"description": "A Chorus Javascript Client",

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

@@ -201,3 +201,3 @@ import createClient from '../createClient';

executionId: 'executionId',
description: undefined,
description: 'not ok',
errorText: undefined,

@@ -204,0 +204,0 @@ };

@@ -71,2 +71,3 @@ // @flow

executionId,
description: error.message,
};

@@ -73,0 +74,0 @@ _sendMessage(message);

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