Socket
Socket
Sign inDemoInstall

@uppy/store-default

Package Overview
Dependencies
0
Maintainers
5
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0-beta.1 to 4.0.0-beta.2

2

lib/index.js

@@ -7,3 +7,3 @@ function _classPrivateFieldLooseBase(receiver, privateKey) { if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) { throw new TypeError("attempted to use private field on non-instance"); } return receiver; }

const packageJson = {
"version": "4.0.0-beta.1"
"version": "4.0.0-beta.2"
};

@@ -10,0 +10,0 @@ var _callbacks = /*#__PURE__*/_classPrivateFieldLooseKey("callbacks");

{
"name": "@uppy/store-default",
"description": "The default simple object-based store for Uppy.",
"version": "4.0.0-beta.1",
"version": "4.0.0-beta.2",
"license": "MIT",

@@ -6,0 +6,0 @@ "main": "lib/index.js",

@@ -10,5 +10,7 @@ # @uppy/store-default

A basic object-based store for Uppy. This one is used by default, you do not need to add it manually.
A basic object-based store for Uppy. This one is used by default, you do not
need to add it manually.
Uppy is being developed by the folks at [Transloadit](https://transloadit.com), a versatile file encoding service.
Uppy is being developed by the folks at [Transloadit](https://transloadit.com),
a versatile file encoding service.

@@ -32,7 +34,11 @@ ## Example

Alternatively, you can also use this package in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
Alternatively, you can also use this package in a pre-built bundle from
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
`window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
## Documentation
Documentation for this plugin can be found on the [Uppy website](https://uppy.io/docs/stores#DefaultStore).
Documentation for this plugin can be found on the
[Uppy website](https://uppy.io/docs/stores#DefaultStore).

@@ -39,0 +45,0 @@ ## License

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc