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.4.0 to 1.6.0

7

object-inspect/index.d.ts

@@ -1,4 +0,5 @@

// Type definitions for object-inspect 1.4
// Type definitions for object-inspect 1.6
// Project: https://github.com/substack/object-inspect
// Definitions by: Charles Samborski <https://github.com/demurgos>
// Akuukis <https://github.com/Akuukis>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -15,2 +16,6 @@

depth?: number;
/**
* Must be "single" or "double", if present.
*/
quoteStyle?: 'single' | 'double';
}

@@ -17,0 +22,0 @@ }

13

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

@@ -11,13 +11,20 @@ "license": "MIT",

"githubUsername": "demurgos"
},
{
"name": "Akuukis",
"url": "https://github.com/Akuukis",
"githubUsername": "Akuukis"
}
],
"main": "",
"types": "index",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/object-inspect"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "3397a6d99adffe98ad4cc2b4e70c24a1ee5ef5bffc4ea206f479f662ddf2f914",
"typesPublisherContentHash": "ec66f92f45c934891597fcfd5d82996d24da95842cf89ab4210eb7e2799354dc",
"typeScriptVersion": "2.0"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/object-inspect
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/object-inspect
Additional Details
* Last updated: Sun, 12 Nov 2017 09:00:45 GMT
* Last updated: Tue, 05 Nov 2019 22:54:30 GMT
* Dependencies: none

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

# Credits
These definitions were written by Charles Samborski <https://github.com/demurgos>.
These definitions were written by Charles Samborski <https://github.com/demurgos>, and Akuukis <https://github.com/Akuukis>.
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