Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/livereload

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/livereload - npm Package Compare versions

Comparing version 0.9.2 to 0.9.3

10

livereload/index.d.ts

@@ -6,7 +6,7 @@ // Type definitions for node-livereload 0.9

import { Server as WebSocketServer, WebSocket } from 'ws';
import { Server as httpServer } from 'http';
import { Server as httpsServer, ServerOptions } from 'https';
import { EventEmitter } from 'events';
import { FSWatcher } from 'fs';
import { EventEmitter } from "events";
import { FSWatcher } from "fs";
import { Server as httpServer } from "http";
import { Server as httpsServer, ServerOptions } from "https";
import { Server as WebSocketServer, WebSocket } from "ws";

@@ -13,0 +13,0 @@ export interface ServerConfig {

{
"name": "@types/livereload",
"version": "0.9.2",
"version": "0.9.3",
"description": "TypeScript definitions for node-livereload",

@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/livereload",

},
"typesPublisherContentHash": "7f8c4ebec3b9b39c760f459dc307dcbbb9f952090a75d94410311ee1667c8323",
"typeScriptVersion": "3.9"
"typesPublisherContentHash": "7b23e57a0f82df925908560b1a40c5e1551179d337fb8380e66433ba6fc5900c",
"typeScriptVersion": "4.3"
}

@@ -16,7 +16,7 @@ # Installation

import { Server as WebSocketServer, WebSocket } from 'ws';
import { Server as httpServer } from 'http';
import { Server as httpsServer, ServerOptions } from 'https';
import { EventEmitter } from 'events';
import { FSWatcher } from 'fs';
import { EventEmitter } from "events";
import { FSWatcher } from "fs";
import { Server as httpServer } from "http";
import { Server as httpsServer, ServerOptions } from "https";
import { Server as WebSocketServer, WebSocket } from "ws";

@@ -86,3 +86,3 @@ export interface ServerConfig {

### Additional Details
* Last updated: Thu, 24 Mar 2022 01:31:47 GMT
* Last updated: Wed, 30 Aug 2023 19:35:09 GMT
* Dependencies: [@types/ws](https://npmjs.com/package/@types/ws)

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

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