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

@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.8.1 to 1.8.2

4

object-inspect/index.d.ts

@@ -20,3 +20,3 @@ // Type definitions for object-inspect 1.8

*/
quoteStyle?: 'single' | 'double' | undefined;
quoteStyle?: "single" | "double" | undefined;
/**

@@ -33,3 +33,3 @@ * Must be 0, a positive integer, Infinity, or null, if present. Default Infinity.

*/
indent?: number | '\t' | null | undefined;
indent?: number | "\t" | null | undefined;
}

@@ -36,0 +36,0 @@ }

{
"name": "@types/object-inspect",
"version": "1.8.1",
"version": "1.8.2",
"description": "TypeScript definitions for object-inspect",

@@ -33,4 +33,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/object-inspect",

"dependencies": {},
"typesPublisherContentHash": "1ebadc3684a1309e4961da7219a95db42e16272676adc45972cfaba42c2a5591",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "18a718670e44fa11e4f440252e0c75958209a9867193ca54cc293bbcf3a87a9c",
"typeScriptVersion": "4.3"
}

@@ -30,3 +30,3 @@ # Installation

*/
quoteStyle?: 'single' | 'double' | undefined;
quoteStyle?: "single" | "double" | undefined;
/**

@@ -43,3 +43,3 @@ * Must be 0, a positive integer, Infinity, or null, if present. Default Infinity.

*/
indent?: number | '\t' | null | undefined;
indent?: number | "\t" | null | undefined;
}

@@ -62,3 +62,3 @@ }

### Additional Details
* Last updated: Wed, 07 Jul 2021 16:31:36 GMT
* Last updated: Sun, 03 Sep 2023 22:33:45 GMT
* Dependencies: none

@@ -65,0 +65,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