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

@types/http-aws-es

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/http-aws-es - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

2

http-aws-es/index.d.ts

@@ -14,3 +14,3 @@ // Type definitions for http-aws-es 6.0

interface ConfigOptions {
awsConfig?: AWS.Config;
awsConfig?: AWS.Config | undefined;
}

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

{
"name": "@types/http-aws-es",
"version": "6.0.0",
"version": "6.0.1",
"description": "TypeScript definitions for http-aws-es",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/http-aws-es",
"license": "MIT",

@@ -14,6 +15,7 @@ "contributors": [

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/http-aws-es"
},

@@ -26,4 +28,4 @@ "scripts": {},

},
"typesPublisherContentHash": "911723d614516c0c73783993c971e59092487284da17cc4de846afb2f8f2b203",
"typeScriptVersion": "2.2"
"typesPublisherContentHash": "452b085a77c561c91faaa46bafc0149d730baa60650d210914753432643032ef",
"typeScriptVersion": "3.6"
}

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

# Summary
This package contains type definitions for http-aws-es ( https://github.com/TheDeveloper/http-aws-es#readme ).
This package contains type definitions for http-aws-es (https://github.com/TheDeveloper/http-aws-es#readme).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/http-aws-es
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/http-aws-es.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/http-aws-es/index.d.ts)
````ts
// Type definitions for http-aws-es 6.0
// Project: https://github.com/TheDeveloper/http-aws-es#readme
// Definitions by: Marco Gonzalez <https://github.com/marcogrcr>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2
Additional Details
* Last updated: Fri, 01 Feb 2019 05:29:43 GMT
* Dependencies: @types/elasticsearch, @types/aws-sdk, @types/node
/// <reference types="node" />
import * as e from "elasticsearch";
import * as AWS from "aws-sdk";
declare module "elasticsearch" {
interface ConfigOptions {
awsConfig?: AWS.Config | undefined;
}
}
declare const HttpAmazonESConnector: any;
export = HttpAmazonESConnector;
````
### Additional Details
* Last updated: Thu, 08 Jul 2021 14:22:57 GMT
* Dependencies: [@types/elasticsearch](https://npmjs.com/package/@types/elasticsearch), [@types/aws-sdk](https://npmjs.com/package/@types/aws-sdk), [@types/node](https://npmjs.com/package/@types/node)
* Global values: none
# Credits
These definitions were written by Marco Gonzalez <https://github.com/marcogrcr>.
These definitions were written by [Marco Gonzalez](https://github.com/marcogrcr).

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