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
510
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.8.0 to 4.8.1

1

browser/interfaces/INodeSocket.d.ts

@@ -30,2 +30,3 @@ /**

readonly readableLength: number;
readonly readableFlowing: boolean | null;
address(): AddressInfo | string;

@@ -32,0 +33,0 @@ connect(options: any, connectionListener?: () => void): any;

@@ -30,2 +30,3 @@ /**

readonly readableLength: number;
readonly readableFlowing: boolean | null;
address(): AddressInfo | string;

@@ -32,0 +33,0 @@ connect(options: any, connectionListener?: () => void): any;

10

package.json

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

"description": "Streaming library for the Microsoft Bot Framework",
"version": "4.8.0",
"version": "4.8.1",
"license": "MIT",

@@ -50,10 +50,10 @@ "keywords": [

"eslint-fix": "eslint ./src/*.ts ./src/**/*.ts --fix",
"set-version": "npm version --allow-same-version 4.8.0",
"set-version": "npm version --allow-same-version 4.8.1",
"test": "npm run build && nyc mocha tests/"
},
"files": [
"/lib",
"/src",
"/browser"
"lib",
"src",
"browser"
]
}

@@ -31,2 +31,3 @@ /**

readonly readableLength: number;
readonly readableFlowing: boolean | null;

@@ -33,0 +34,0 @@ address(): AddressInfo | string;

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