🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@types/tail

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/tail - npm Package Compare versions

Comparing version
2.2.1
to
2.2.2
+0
-6
tail/index.d.ts

@@ -1,7 +0,1 @@

// Type definitions for tail 2.2
// Project: https://github.com/lucagrulla/node-tail, https://www.lucagrulla.com/node-tail
// Definitions by: Mike Linkovich <https://github.com/spacejack>
// Devin Davies <https://github.com/devindavies>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export interface TailOptions {

@@ -8,0 +2,0 @@ separator?: string | RegExp | null | undefined;

+7
-7
{
"name": "@types/tail",
"version": "2.2.1",
"version": "2.2.2",
"description": "TypeScript definitions for tail",

@@ -10,9 +10,9 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tail",

"name": "Mike Linkovich",
"url": "https://github.com/spacejack",
"githubUsername": "spacejack"
"githubUsername": "spacejack",
"url": "https://github.com/spacejack"
},
{
"name": "Devin Davies",
"url": "https://github.com/devindavies",
"githubUsername": "devindavies"
"githubUsername": "devindavies",
"url": "https://github.com/devindavies"
}

@@ -29,4 +29,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "598ade768fdd7dfae6c440fd74761634e691e430d22488e954e67330f7bfa73c",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "c12795a421cd1fa613071463c8f068ca2c9b8331fff1667e4c01e06c2ca6ad9c",
"typeScriptVersion": "4.5"
}

@@ -11,8 +11,2 @@ # Installation

````ts
// Type definitions for tail 2.2
// Project: https://github.com/lucagrulla/node-tail, https://www.lucagrulla.com/node-tail
// Definitions by: Mike Linkovich <https://github.com/spacejack>
// Devin Davies <https://github.com/devindavies>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export interface TailOptions {

@@ -46,7 +40,6 @@ separator?: string | RegExp | null | undefined;

### Additional Details
* Last updated: Fri, 02 Jul 2021 21:32:10 GMT
* Last updated: Wed, 18 Oct 2023 11:45:06 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by [Mike Linkovich](https://github.com/spacejack), and [Devin Davies](https://github.com/devindavies).