New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cloudinary

Package Overview
Dependencies
Maintainers
1
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudinary - npm Package Compare versions

Comparing version 1.13.1 to 1.13.2

5

CHANGELOG.md
1.13.2 / 2018-11-14
===================
* Use a new timestamp for each chunk in `upload_large` API
1.13.1 / 2018-11-13

@@ -3,0 +8,0 @@ ===================

1

lib-es5/uploader.js

@@ -170,2 +170,3 @@ 'use strict';

options.content_range = `bytes ${chunk_start}-${sent - 1}/${is_last ? sent : -1}`;
params.timestamp = utils.timestamp();
var finished_part = function finished_part(result) {

@@ -172,0 +173,0 @@ if (result.error != null || is_last) {

@@ -123,2 +123,3 @@ const {upload_prefix} = require("./config");

options.content_range = `bytes ${chunk_start}-${sent - 1}/${(is_last ? sent : -1)}`;
params.timestamp = utils.timestamp();
let finished_part = function (result) {

@@ -125,0 +126,0 @@ if ((result.error != null) || is_last) {

2

package.json

@@ -5,3 +5,3 @@ {

"description": "Cloudinary NPM for node.js integration",
"version": "1.13.1",
"version": "1.13.2",
"homepage": "http://cloudinary.com",

@@ -8,0 +8,0 @@ "license": "MIT",

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