websocket-as-promised
Advanced tools
Comparing version 0.10.0 to 0.10.1
{ | ||
"name": "websocket-as-promised", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"description": "A WebSocket client library providing Promise-based API for connecting, disconnecting and messaging with server", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -23,2 +23,3 @@ # websocket-as-promised | ||
## Contents | ||
* [Requirements](#requirements) | ||
* [Installation](#installation) | ||
@@ -37,2 +38,5 @@ * [Usage](#usage-in-browser) | ||
## Requirements | ||
* global `Promise` constructor | ||
## Installation | ||
@@ -39,0 +43,0 @@ ```bash |
@@ -25,2 +25,7 @@ | ||
devtool: 'source-map', | ||
// disable own minification as second minification in app can break the code. | ||
// see: https://github.com/vitalets/websocket-as-promised/issues/21 | ||
optimization: { | ||
minimize: false | ||
}, | ||
module: { | ||
@@ -27,0 +32,0 @@ rules: [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
282984
4214
426
2