New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

websocket-as-promised

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

websocket-as-promised - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

2

package.json
{
"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

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