Socket
Socket
Sign inDemoInstall

@types/object-inspect

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/object-inspect - npm Package Compare versions

Comparing version 1.6.1 to 1.8.0

14

object-inspect/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for object-inspect 1.6
// Type definitions for object-inspect 1.8
// Project: https://github.com/substack/object-inspect

@@ -21,2 +21,14 @@ // Definitions by: Charles Samborski <https://github.com/demurgos>

quoteStyle?: 'single' | 'double';
/**
* Must be 0, a positive integer, Infinity, or null, if present. Default Infinity.
*/
maxStringLength?: number | null;
/**
* When true, a custom inspect method function will be invoked. Default true.
*/
customInspect?: boolean;
/**
* Must be "\t", null, or a positive integer. Default null.
*/
indent?: number | '\t' | null;
}

@@ -23,0 +35,0 @@ }

6

object-inspect/package.json
{
"name": "@types/object-inspect",
"version": "1.6.1",
"version": "1.8.0",
"description": "TypeScript definitions for object-inspect",

@@ -32,4 +32,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "22fb294600acfe9dc6e92cc681115c2546f1504f4e3ac6cb1d9ae66c51b8c32b",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "8693019642d9ee0d6b7af2faed3541b10c5fb5816db0137d050fe28f6ba43945",
"typeScriptVersion": "3.2"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Fri, 07 Feb 2020 18:24:06 GMT
* Last updated: Wed, 28 Oct 2020 16:30:27 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Charles Samborski (https://github.com/demurgos), Akuukis (https://github.com/Akuukis), and Jordan Harband (https://github.com/ljharb).
These definitions were written by [Charles Samborski](https://github.com/demurgos), [Akuukis](https://github.com/Akuukis), and [Jordan Harband](https://github.com/ljharb).

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