@uppy/golden-retriever
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -7,5 +7,3 @@ "use strict"; | ||
const { | ||
BasePlugin | ||
} = require('@uppy/core'); | ||
const BasePlugin = require('@uppy/core/lib/BasePlugin'); | ||
@@ -399,2 +397,2 @@ const ServiceWorkerStore = require('./ServiceWorkerStore'); | ||
}, _class.VERSION = "2.0.3", _temp); | ||
}, _class.VERSION = "2.0.4", _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.3", | ||
"version": "2.0.4", | ||
"license": "MIT", | ||
@@ -27,3 +27,3 @@ "main": "lib/index.js", | ||
"@transloadit/prettier-bytes": "0.0.7", | ||
"@uppy/utils": "^4.0.1", | ||
"@uppy/utils": "^4.0.2", | ||
"lodash.throttle": "^4.1.1" | ||
@@ -34,3 +34,3 @@ }, | ||
}, | ||
"gitHead": "b3b68c07773395d1521c38148cbf87ed88ff2364" | ||
"gitHead": "1eb317ba3a3115596212ac50f1d81d3188dd0619" | ||
} |
const throttle = require('lodash.throttle') | ||
const { BasePlugin } = require('@uppy/core') | ||
const BasePlugin = require('@uppy/core/lib/BasePlugin') | ||
const ServiceWorkerStore = require('./ServiceWorkerStore') | ||
@@ -4,0 +4,0 @@ const IndexedDBStore = require('./IndexedDBStore') |
Sorry, the diff of this file is not supported yet
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
105666
1515
1
Updated@uppy/utils@^4.0.2