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

rsocket-tck

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rsocket-tck - npm Package Compare versions

Comparing version 0.0.2 to 0.0.4

2

build/index.js

@@ -9,3 +9,3 @@ /**

*
*
*
*/

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

@@ -11,3 +11,5 @@ 'use strict';

throw new Error(
`--testfile ${options.testfile}: file does does not exist (${testfilePath}).`
`--testfile ${
options.testfile
}: file does does not exist (${testfilePath}).`
);

@@ -292,11 +294,11 @@ }

/**
* Copyright (c) 2017-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
*
*/ function main() {
* Copyright (c) 2017-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
*
*/ function main() {
const argv = _yargs2.default

@@ -318,3 +320,4 @@ .usage('$0 --testfile <path> --host <host> --port <port> [--verbose]')

default: false,
describe: 'Log each action as it is performed instead of just logging success/failure.',
describe:
'Log each action as it is performed instead of just logging success/failure.',
type: 'boolean',

@@ -321,0 +324,0 @@ },

@@ -13,11 +13,11 @@ 'use strict';

/**
* Copyright (c) 2017-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
*
*/ class RSocketTckRequestResponseSubscriber {
* Copyright (c) 2017-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
*
*/ class RSocketTckRequestResponseSubscriber {
constructor(log) {

@@ -24,0 +24,0 @@ this._cancelled = false;

@@ -13,11 +13,11 @@ 'use strict';

/**
* Copyright (c) 2017-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
*
*/ class RSocketTckRequestStreamSubscriber {
* Copyright (c) 2017-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
*
*/ class RSocketTckRequestStreamSubscriber {
constructor(log) {

@@ -24,0 +24,0 @@ this._cancelled = false;

{
"name": "rsocket-tck",
"description": "RSocket TCK test utilities",
"version": "0.0.2",
"version": "0.0.4",
"repository": {

@@ -13,6 +13,6 @@ "type": "git",

"fbjs": "^0.8.12",
"rsocket-core": "^0.0.2",
"rsocket-flowable": "^0.0.2",
"rsocket-tcp-client": "^0.0.2"
"rsocket-core": "^0.0.4",
"rsocket-flowable": "^0.0.4",
"rsocket-tcp-client": "^0.0.4"
}
}
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