Socket
Socket
Sign inDemoInstall

@types/xmpp__connection-tcp

Package Overview
Dependencies
9
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.13.0 to 0.13.1

10

xmpp__connection-tcp/index.d.ts

@@ -6,6 +6,6 @@ // Type definitions for @xmpp/connection-tcp 0.13

import Connection = require('@xmpp/connection');
import { Element } from '@xmpp/xml';
import { Socket } from 'net';
import { URL } from 'url';
import Connection = require("@xmpp/connection");
import { Element } from "@xmpp/xml";
import { Socket } from "net";
import { URL } from "url";

@@ -29,4 +29,4 @@ export = ConnectionTCP;

interface SocketConstructor extends Connection.SocketConstructor {
new (): Socket;
new(): Socket;
}
}
{
"name": "@types/xmpp__connection-tcp",
"version": "0.13.0",
"version": "0.13.1",
"description": "TypeScript definitions for @xmpp/connection-tcp",

@@ -26,4 +26,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/xmpp__connection-tcp",

},
"typesPublisherContentHash": "f5268a95e7507b93e886a765c523909a72f45a6a3f49a0ec941d5b5473210fdb",
"typeScriptVersion": "3.8"
"typesPublisherContentHash": "2fca03f4e740235d546397a346e344cdb7e80a91eb149b7209e35b87dd437a29",
"typeScriptVersion": "4.3"
}

@@ -16,6 +16,6 @@ # Installation

import Connection = require('@xmpp/connection');
import { Element } from '@xmpp/xml';
import { Socket } from 'net';
import { URL } from 'url';
import Connection = require("@xmpp/connection");
import { Element } from "@xmpp/xml";
import { Socket } from "net";
import { URL } from "url";

@@ -39,3 +39,3 @@ export = ConnectionTCP;

interface SocketConstructor extends Connection.SocketConstructor {
new (): Socket;
new(): Socket;
}

@@ -47,3 +47,3 @@ }

### Additional Details
* Last updated: Tue, 30 Nov 2021 17:31:47 GMT
* Last updated: Wed, 30 Aug 2023 19:35:47 GMT
* Dependencies: [@types/xmpp__connection](https://npmjs.com/package/@types/xmpp__connection), [@types/xmpp__xml](https://npmjs.com/package/@types/xmpp__xml)

@@ -50,0 +50,0 @@ * Global values: none

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