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

waitsocket

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

waitsocket - npm Package Compare versions

Comparing version 1.0.0-rc.3 to 1.0.0-rc.4

2

dist/AbstractWaitSocket.js

@@ -173,2 +173,4 @@ "use strict";

this.ajv = new ajv_1.default();
this.ajv.addKeyword('kind');
this.ajv.addKeyword('modifier');
if (jsonSchema) {

@@ -175,0 +177,0 @@ this.validateCommonObject = this.ajv.compile(jsonSchema);

2

package.json
{
"name": "waitsocket",
"version": "1.0.0-rc.3",
"version": "1.0.0-rc.4",
"description": "Library for better handling WebSocket interactions and waiting for response messages",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -93,2 +93,4 @@ import { nanoid } from 'nanoid';

this.ajv = new Ajv();
this.ajv.addKeyword('kind');
this.ajv.addKeyword('modifier');
if (jsonSchema) {

@@ -95,0 +97,0 @@ this.validateCommonObject = this.ajv.compile(jsonSchema);

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