New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/consul

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/consul - npm Package Compare versions

Comparing version 0.23.30 to 0.23.31

6

consul/index.d.ts

@@ -954,6 +954,10 @@ // Type definitions for Consul v0.23.0

namespace Watch {
interface WatchOptions {
key?: string;
}
interface Options {
method: Function;
options?: CommonOptions;
options?: CommonOptions & WatchOptions;
}

@@ -960,0 +964,0 @@ }

9

consul/package.json
{
"name": "@types/consul",
"version": "0.23.30",
"description": "TypeScript definitions for Consul v0.23.0",
"version": "0.23.31",
"description": "TypeScript definitions for Consul",
"license": "MIT",

@@ -16,4 +16,5 @@ "author": "Ilya Mochalov <https://github.com/chrootsu>",

},
"typings": "index.d.ts",
"typesPublisherContentHash": "521fba48938ff4140b1599e60ae2e7af799dd59f921860561adc023774da0b47"
"peerDependencies": {},
"typesPublisherContentHash": "c34a4015fd1bfd5acdf02a5a09251675d3562310bc8e184a0107559a18064b72",
"typeScriptVersion": "2.0"
}

@@ -5,15 +5,13 @@ # Installation

# Summary
This package contains type definitions for Consul v0.23.0 (https://github.com/silas/node-consul).
This package contains type definitions for Consul (https://github.com/silas/node-consul).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/consul
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/consul
Additional Details
* Last updated: Mon, 19 Sep 2016 16:15:23 GMT
* File structure: ProperModule
* Library Dependencies: node
* Module Dependencies: http
* Global values: Consul
* Last updated: Thu, 09 Feb 2017 22:50:55 GMT
* Dependencies: http, node
* Global values: none
# Credits
These definitions were written by Ilya Mochalov <https://github.com/chrootsu>.
{
"authors": "Ilya Mochalov <https://github.com/chrootsu>",
"definitionFilename": "index.d.ts",
"libraryDependencies": [
"node"
],
"moduleDependencies": [
"http"
],
"libraryMajorVersion": "0",
"libraryMinorVersion": "23",
"libraryName": "Consul v0.23.0",
"typingsPackageName": "consul",
"projectName": "https://github.com/silas/node-consul",
"name": "consul",
"libraryName": "Consul",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"sourceBranch": "types-2.0",
"kind": "ProperModule",
"globals": [
"Consul"
],
"declaredModules": [
"consul"
],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "521fba48938ff4140b1599e60ae2e7af799dd59f921860561adc023774da0b47"
"data": {
"authors": "Ilya Mochalov <https://github.com/chrootsu>",
"dependencies": {
"http": "*",
"node": "*"
},
"pathMappings": {},
"libraryMajorVersion": 0,
"libraryMinorVersion": 23,
"typeScriptVersion": "2.0",
"libraryName": "Consul",
"typingsPackageName": "consul",
"projectName": "https://github.com/silas/node-consul",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"globals": [],
"declaredModules": [
"consul/."
],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "c34a4015fd1bfd5acdf02a5a09251675d3562310bc8e184a0107559a18064b72"
},
"isLatest": true
}
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