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

botframework-streaming

Package Overview
Dependencies
Maintainers
1
Versions
511
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botframework-streaming - npm Package Compare versions

Comparing version 4.9.3 to 4.10.0-dev.20200805.aa06ea2

2

browser/webSocket/webSocketTransport.js

@@ -105,3 +105,3 @@ "use strict";

if (this._activeReceiveResolve) {
throw new Error('Cannot call receiveAsync more than once before it has returned.');
throw new Error('Cannot call receive more than once before it has returned.');
}

@@ -108,0 +108,0 @@ this._activeReceiveCount = count;

@@ -70,3 +70,3 @@ "use strict";

if (this._activeReceiveResolve) {
throw new Error('Cannot call receiveAsync more than once before it has returned.');
throw new Error('Cannot call receive more than once before it has returned.');
}

@@ -73,0 +73,0 @@ this._activeReceiveCount = count;

@@ -5,3 +5,3 @@ {

"description": "Streaming library for the Microsoft Bot Framework",
"version": "4.9.3",
"version": "4.10.0-dev.20200805.aa06ea2",
"license": "MIT",

@@ -28,3 +28,3 @@ "keywords": [

"@types/ws": "^6.0.3",
"uuid": "^3.3.2",
"uuid": "^3.4.0",
"ws": "^7.1.2"

@@ -35,3 +35,3 @@ },

"@types/chai": "^4.1.7",
"@types/node": "^10.12.18",
"@types/node": "^10.17.27",
"@typescript-eslint/eslint-plugin": "^1.10.2",

@@ -42,5 +42,5 @@ "@typescript-eslint/parser": "^1.10.2",

"eslint-plugin-only-warn": "^1.0.1",
"mocha": "^6.2.0",
"nyc": "^15.0.0",
"sinon": "^7.4.1",
"mocha": "^6.2.3",
"nyc": "^15.1.0",
"sinon": "^7.5.0",
"ts-node": "^4.1.0",

@@ -55,3 +55,3 @@ "typescript": "3.5.3"

"eslint-fix": "eslint ./src/*.ts ./src/**/*.ts --fix",
"set-version": "npm version --allow-same-version 4.9.3",
"set-version": "npm version --allow-same-version 4.10.0-dev.20200805.aa06ea2",
"test": "npm run build && nyc mocha tests/",

@@ -58,0 +58,0 @@ "test:compat": "api-extractor run --verbose"

@@ -85,3 +85,3 @@ /**

if (this._activeReceiveResolve) {
throw new Error('Cannot call receiveAsync more than once before it has returned.');
throw new Error('Cannot call receive more than once before it has returned.');
}

@@ -88,0 +88,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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