Socket
Socket
Sign inDemoInstall

resilient-websocket

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

tsconfig.build.json

4

package.json
{
"name": "resilient-websocket",
"version": "1.0.1",
"version": "1.0.2",
"description": "A client WebSocket wrapper with support for reconnection and ping/pong",

@@ -9,3 +9,3 @@ "main": "dist/ResilientWebSocket.js",

"prepublish": "npm run build",
"build": "tsc",
"build": "tsc -p tsconfig.build.json",
"test": "mocha \"src/**/*spec.*s*\" --require ts-node/register --reporter dot"

@@ -12,0 +12,0 @@ },

@@ -13,4 +13,4 @@ {

"declaration": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"rootDirs": ["./src"],

@@ -17,0 +17,0 @@ "allowSyntheticDefaultImports": true,

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc