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

@elastic.io/object-storage-client

Package Overview
Dependencies
Maintainers
10
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elastic.io/object-storage-client - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

dist/storage-client.d.ts

@@ -8,4 +8,4 @@ /// <reference types="node" />

export interface ObjectOptions {
ttl: number;
contentType: string;
ttl?: number;
contentType?: string;
}

@@ -12,0 +12,0 @@ export interface RequestOptions {

{
"name": "@elastic.io/object-storage-client",
"version": "1.0.1",
"version": "1.0.2",
"description": "Elastic.io Message Store Client",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -17,4 +17,4 @@ import axios, { AxiosInstance, AxiosResponse } from 'axios';

export interface ObjectOptions {
ttl: number;
contentType: string;
ttl?: number;
contentType?: string;
};

@@ -21,0 +21,0 @@

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