Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@uppy/store-default

Package Overview
Dependencies
Maintainers
8
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/store-default - npm Package Compare versions

Comparing version 2.1.0 to 3.0.0-beta

11

lib/index.js

@@ -1,3 +0,1 @@

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

@@ -10,3 +8,3 @@

const packageJson = {
"version": "2.1.0"
"version": "3.0.0-beta"
};

@@ -65,7 +63,4 @@ /**

DefaultStore.VERSION = packageJson.version;
function defaultStore() {
export default function defaultStore() {
return new DefaultStore();
}
module.exports = defaultStore;
}
{
"name": "@uppy/store-default",
"description": "The default simple object-based store for Uppy.",
"version": "2.1.0",
"version": "3.0.0-beta",
"license": "MIT",

@@ -24,3 +24,4 @@ "main": "lib/index.js",

"url": "git+https://github.com/transloadit/uppy.git"
}
},
"stableVersion": "2.1.0"
}

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