Socket
Socket
Sign inDemoInstall

@types/dlv

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

2

dlv/index.d.ts

@@ -13,2 +13,2 @@ // Type definitions for dlv 1.1

export = dlv;
declare function dlv(object: object, key: string | string[], defaultValue?: any): any;
declare function dlv(object: object, key: string | Array<string | number>, defaultValue?: any): any;
{
"name": "@types/dlv",
"version": "1.1.1",
"version": "1.1.2",
"description": "TypeScript definitions for dlv",

@@ -14,3 +14,3 @@ "license": "MIT",

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -23,4 +23,4 @@ "type": "git",

"dependencies": {},
"typesPublisherContentHash": "dd56319e3366b99873648648877dba256f99a8fae1d96e5a56d75dced7e9817b",
"typeScriptVersion": "2.2"
"typesPublisherContentHash": "4332af113109f4927a35fbc72d8c693eb16d98e9f84338818baffa12c6e116b7",
"typeScriptVersion": "2.8"
}

@@ -5,9 +5,9 @@ # Installation

# Summary
This package contains type definitions for dlv ( https://github.com/developit/dlv#readme ).
This package contains type definitions for dlv (https://github.com/developit/dlv#readme).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/dlv
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/dlv.
Additional Details
* Last updated: Tue, 12 Mar 2019 17:11:49 GMT
### Additional Details
* Last updated: Tue, 28 Jan 2020 19:35:02 GMT
* Dependencies: none

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

# Credits
These definitions were written by Ryan Sonshine <https://github.com/ryansonshine>.
These definitions were written by Ryan Sonshine (https://github.com/ryansonshine).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc