🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@types/cliff

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/cliff - npm Package Compare versions

Comparing version
0.1.6
to
0.1.7
+0
-5
cliff/index.d.ts

@@ -1,6 +0,1 @@

// Type definitions for cliff 0.1.10
// Project: https://github.com/flatiron/cliff
// Definitions by: bryn austin bellomy <https://github.com/brynbellomy>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export function inspect(obj: any): string;

@@ -7,0 +2,0 @@ export function stringifyRows(rows: string[][], colors?: string[]): string;

+5
-5
{
"name": "@types/cliff",
"version": "0.1.6",
"version": "0.1.7",
"description": "TypeScript definitions for cliff",

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

"name": "bryn austin bellomy",
"url": "https://github.com/brynbellomy",
"githubUsername": "brynbellomy"
"githubUsername": "brynbellomy",
"url": "https://github.com/brynbellomy"
}

@@ -24,4 +24,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "08229cd81f629d6f4e56daaa4d2c233c09fb0a0c2365b1567535aae1a318b846",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "1f06e23cccb2bd820ff0cf01057a134f9f64c266050e842b564f0eb66b672d98",
"typeScriptVersion": "4.5"
}

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

````ts
// Type definitions for cliff 0.1.10
// Project: https://github.com/flatiron/cliff
// Definitions by: bryn austin bellomy <https://github.com/brynbellomy>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export function inspect(obj: any): string;

@@ -27,7 +22,6 @@ export function stringifyRows(rows: string[][], colors?: string[]): string;

### Additional Details
* Last updated: Fri, 09 Jul 2021 02:32:23 GMT
* Last updated: Tue, 17 Oct 2023 22:10:14 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by [bryn austin bellomy](https://github.com/brynbellomy).