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

@uppy/golden-retriever

Package Overview
Dependencies
Maintainers
8
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/golden-retriever - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

9

lib/index.js

@@ -98,5 +98,6 @@ "use strict";

this.handleComplete = ({
successful
}) => {
this.handleComplete = _ref => {
let {
successful
} = _ref;
const fileIDs = successful.map(file => file.id);

@@ -397,2 +398,2 @@ this.deleteBlobs(fileIDs).then(() => {

}, _class.VERSION = "2.0.5", _temp);
}, _class.VERSION = "2.0.6", _temp);
{
"name": "@uppy/golden-retriever",
"description": "The GoldenRetriever Uppy plugin saves selected files in browser cache to seamlessly resume uploding after browser crash or accidentally closed tab",
"version": "2.0.5",
"version": "2.0.6",
"license": "MIT",

@@ -27,9 +27,8 @@ "main": "lib/index.js",

"@transloadit/prettier-bytes": "0.0.7",
"@uppy/utils": "^4.0.3",
"@uppy/utils": "^4.0.4",
"lodash.throttle": "^4.1.1"
},
"peerDependencies": {
"@uppy/core": "^2.0.0"
},
"gitHead": "b8b4127bd55b8e7395889048407c074fce944295"
}
"@uppy/core": "^2.1.3"
}
}

@@ -47,3 +47,3 @@ const throttle = require('lodash.throttle')

500,
{ leading: true, trailing: true }
{ leading: true, trailing: true },
)

@@ -50,0 +50,0 @@ this.restoreState = this.restoreState.bind(this)

Sorry, the diff of this file is not supported yet

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