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

ibm-cos-sdk

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ibm-cos-sdk - npm Package Compare versions

Comparing version 1.10.2 to 1.11.0

13

CHANGELOG.md
# CHANGELOG
## 1.11.0
### Content
#### Features
* Versioning Support with Object Expiration
* Abort Multipart Upload Expiration Support
#### Defect Fixes
* COSSDK-83709: <https://github.com/IBM/ibm-cos-sdk-js/issues/88>
## 1.10.2

@@ -4,0 +17,0 @@

2

lib/core.js

@@ -23,3 +23,3 @@ /**

*/
VERSION: '1.10.2',
VERSION: '1.11.0',

@@ -26,0 +26,0 @@ /**

@@ -286,4 +286,5 @@ var AWS = require('../core');

} else {
// Create a new S3 client from the supplied client's constructor.
var service = self.service;
var config = AWS.util.copy(service._originalConfig || {});
var config = AWS.util.copy(service.config);
config.signatureVersion = service.getSignatureVersion();

@@ -293,2 +294,7 @@ self.service = new service.constructor.__super__(config);

AWS.util.merge(self.service.config.params || {}, params);
Object.defineProperty(self.service, '_originalConfig', {
get: function() { return service._originalConfig; },
enumerable: false,
configurable: true
});
}

@@ -295,0 +301,0 @@ },

{
"name": "ibm-cos-sdk",
"description": "IBM SDK for JavaScript",
"version": "1.10.2",
"version": "1.11.0",
"author": {

@@ -16,3 +16,3 @@ "name": "IBM",

"chai": "^3.5.0",
"codecov": "^3.8.2",
"codecov": "^3.8.3",
"coffeescript": "^1.12.7",

@@ -28,3 +28,3 @@ "coveralls": "^3.1.1",

"typescript": "^3.9.10",
"uglify-js": "^3.13.10"
"uglify-js": "^3.14.2"
},

@@ -31,0 +31,0 @@ "dependencies": {

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

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