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

minio

Package Overview
Dependencies
Maintainers
4
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minio - npm Package Compare versions

Comparing version 7.0.14 to 7.0.15

60

dist/main/errors.js

@@ -26,5 +26,3 @@ "use strict";

// APIs. NOTE: PresignedURL generation always requires access keys.
var AnonymousRequestError =
/*#__PURE__*/
function (_ExtendableError) {
var AnonymousRequestError = /*#__PURE__*/function (_ExtendableError) {
_inherits(AnonymousRequestError, _ExtendableError);

@@ -44,5 +42,3 @@

var InvalidArgumentError =
/*#__PURE__*/
function (_ExtendableError2) {
var InvalidArgumentError = /*#__PURE__*/function (_ExtendableError2) {
_inherits(InvalidArgumentError, _ExtendableError2);

@@ -63,5 +59,3 @@

var InvalidPortError =
/*#__PURE__*/
function (_ExtendableError3) {
var InvalidPortError = /*#__PURE__*/function (_ExtendableError3) {
_inherits(InvalidPortError, _ExtendableError3);

@@ -82,5 +76,3 @@

var InvalidEndpointError =
/*#__PURE__*/
function (_ExtendableError4) {
var InvalidEndpointError = /*#__PURE__*/function (_ExtendableError4) {
_inherits(InvalidEndpointError, _ExtendableError4);

@@ -102,5 +94,3 @@

var InvalidBucketNameError =
/*#__PURE__*/
function (_ExtendableError5) {
var InvalidBucketNameError = /*#__PURE__*/function (_ExtendableError5) {
_inherits(InvalidBucketNameError, _ExtendableError5);

@@ -122,5 +112,3 @@

var InvalidObjectNameError =
/*#__PURE__*/
function (_ExtendableError6) {
var InvalidObjectNameError = /*#__PURE__*/function (_ExtendableError6) {
_inherits(InvalidObjectNameError, _ExtendableError6);

@@ -141,5 +129,3 @@

var AccessKeyRequiredError =
/*#__PURE__*/
function (_ExtendableError7) {
var AccessKeyRequiredError = /*#__PURE__*/function (_ExtendableError7) {
_inherits(AccessKeyRequiredError, _ExtendableError7);

@@ -160,5 +146,3 @@

var SecretKeyRequiredError =
/*#__PURE__*/
function (_ExtendableError8) {
var SecretKeyRequiredError = /*#__PURE__*/function (_ExtendableError8) {
_inherits(SecretKeyRequiredError, _ExtendableError8);

@@ -179,5 +163,3 @@

var ExpiresParamError =
/*#__PURE__*/
function (_ExtendableError9) {
var ExpiresParamError = /*#__PURE__*/function (_ExtendableError9) {
_inherits(ExpiresParamError, _ExtendableError9);

@@ -197,5 +179,3 @@

var InvalidDateError =
/*#__PURE__*/
function (_ExtendableError10) {
var InvalidDateError = /*#__PURE__*/function (_ExtendableError10) {
_inherits(InvalidDateError, _ExtendableError10);

@@ -216,5 +196,3 @@

var InvalidPrefixError =
/*#__PURE__*/
function (_ExtendableError11) {
var InvalidPrefixError = /*#__PURE__*/function (_ExtendableError11) {
_inherits(InvalidPrefixError, _ExtendableError11);

@@ -234,5 +212,3 @@

var InvalidBucketPolicyError =
/*#__PURE__*/
function (_ExtendableError12) {
var InvalidBucketPolicyError = /*#__PURE__*/function (_ExtendableError12) {
_inherits(InvalidBucketPolicyError, _ExtendableError12);

@@ -253,5 +229,3 @@

var IncorrectSizeError =
/*#__PURE__*/
function (_ExtendableError13) {
var IncorrectSizeError = /*#__PURE__*/function (_ExtendableError13) {
_inherits(IncorrectSizeError, _ExtendableError13);

@@ -271,5 +245,3 @@

var InvalidXMLError =
/*#__PURE__*/
function (_ExtendableError14) {
var InvalidXMLError = /*#__PURE__*/function (_ExtendableError14) {
_inherits(InvalidXMLError, _ExtendableError14);

@@ -290,5 +262,3 @@

var S3Error =
/*#__PURE__*/
function (_ExtendableError15) {
var S3Error = /*#__PURE__*/function (_ExtendableError15) {
_inherits(S3Error, _ExtendableError15);

@@ -295,0 +265,0 @@

@@ -28,5 +28,3 @@ "use strict";

var extensions =
/*#__PURE__*/
function () {
var extensions = /*#__PURE__*/function () {
function extensions(client) {

@@ -33,0 +31,0 @@ _classCallCheck(this, extensions);

@@ -39,5 +39,3 @@ "use strict";

// 3. CloudFront (lambda function)
var NotificationConfig =
/*#__PURE__*/
function () {
var NotificationConfig = /*#__PURE__*/function () {
function NotificationConfig() {

@@ -75,5 +73,3 @@ _classCallCheck(this, NotificationConfig);

var TargetConfig =
/*#__PURE__*/
function () {
var TargetConfig = /*#__PURE__*/function () {
function TargetConfig() {

@@ -126,5 +122,3 @@ _classCallCheck(this, TargetConfig);

var TopicConfig =
/*#__PURE__*/
function (_TargetConfig) {
var TopicConfig = /*#__PURE__*/function (_TargetConfig) {
_inherits(TopicConfig, _TargetConfig);

@@ -148,5 +142,3 @@

var QueueConfig =
/*#__PURE__*/
function (_TargetConfig2) {
var QueueConfig = /*#__PURE__*/function (_TargetConfig2) {
_inherits(QueueConfig, _TargetConfig2);

@@ -170,5 +162,3 @@

var CloudFunctionConfig =
/*#__PURE__*/
function (_TargetConfig3) {
var CloudFunctionConfig = /*#__PURE__*/function (_TargetConfig3) {
_inherits(CloudFunctionConfig, _TargetConfig3);

@@ -218,5 +208,3 @@

var NotificationPoller =
/*#__PURE__*/
function (_EventEmitter) {
var NotificationPoller = /*#__PURE__*/function (_EventEmitter) {
_inherits(NotificationPoller, _EventEmitter);

@@ -223,0 +211,0 @@

@@ -37,5 +37,3 @@ "use strict";

// We extend Transform because Writable does not implement ._flush().
var ObjectUploader =
/*#__PURE__*/
function (_Transform) {
var ObjectUploader = /*#__PURE__*/function (_Transform) {
_inherits(ObjectUploader, _Transform);

@@ -42,0 +40,0 @@

@@ -260,3 +260,3 @@ "use strict";

function presignSignatureV4(request, accessKey, secretKey, region, requestDate, expires) {
function presignSignatureV4(request, accessKey, secretKey, sessionToken, region, requestDate, expires) {
if (!(0, _helpers.isObject)(request)) {

@@ -308,3 +308,2 @@ throw new TypeError('request should be of type "object"');

requestQuery.push(`X-Amz-SignedHeaders=${(0, _helpers.uriEscape)(signedHeaders.join(';').toLowerCase())}`);
var sessionToken = request.headers['x-amz-security-token'];

@@ -311,0 +310,0 @@ if (sessionToken) {

{
"name": "minio",
"version": "7.0.14",
"version": "7.0.15",
"description": "S3 Compatible Cloud Storage client",

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

Sorry, the diff of this file is too big to display

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