rsocket-tck
Advanced tools
Comparing version 0.0.2 to 0.0.4
@@ -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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
537
0
20107
+ Addedrsocket-core@0.0.4(transitive)
+ Addedrsocket-flowable@0.0.4(transitive)
+ Addedrsocket-tcp-client@0.0.4(transitive)
+ Addedrsocket-types@0.0.4(transitive)
- Removedrsocket-core@0.0.2(transitive)
- Removedrsocket-flowable@0.0.2(transitive)
- Removedrsocket-tcp-client@0.0.2(transitive)
- Removedrsocket-types@0.0.2(transitive)
Updatedrsocket-core@^0.0.4
Updatedrsocket-flowable@^0.0.4
Updatedrsocket-tcp-client@^0.0.4