@elastic.io/object-storage-client
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
73219
2