@uppy/store-redux
Advanced tools
Comparing version
@@ -1,2 +0,1 @@ | ||
let _Symbol$for; | ||
function _classPrivateFieldLooseBase(receiver, privateKey) { if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) { throw new TypeError("attempted to use private field on non-instance"); } return receiver; } | ||
@@ -7,3 +6,3 @@ var id = 0; | ||
const packageJson = { | ||
"version": "4.0.0-beta.1" | ||
"version": "4.0.0-beta.2" | ||
}; // Redux action name. | ||
@@ -35,3 +34,2 @@ export const STATE_UPDATE = 'uppy/STATE_UPDATE'; | ||
var _store = /*#__PURE__*/_classPrivateFieldLooseKey("store"); | ||
_Symbol$for = Symbol.for('uppy test: get id'); | ||
export class ReduxStore { | ||
@@ -80,3 +78,3 @@ constructor(opts) { | ||
} | ||
[_Symbol$for]() { | ||
[Symbol.for('uppy test: get id')]() { | ||
return _classPrivateFieldLooseBase(this, _id)[_id]; | ||
@@ -83,0 +81,0 @@ } |
{ | ||
"name": "@uppy/store-redux", | ||
"description": "Make Uppy use your existing Redux store.", | ||
"version": "4.0.0-beta.1", | ||
"version": "4.0.0-beta.2", | ||
"license": "MIT", | ||
@@ -23,3 +23,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"nanoid": "^4.0.0" | ||
"nanoid": "^5.0.0" | ||
}, | ||
@@ -26,0 +26,0 @@ "devDependencies": { |
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
0
-100%20220
-0.37%270
-0.74%+ Added
- Removed
Updated