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

@uppy/store-default

Package Overview
Dependencies
Maintainers
5
Versions
42
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 4.0.0-beta.2 to 4.0.0

6

lib/index.js

@@ -1,8 +0,8 @@

function _classPrivateFieldLooseBase(receiver, privateKey) { if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) { throw new TypeError("attempted to use private field on non-instance"); } return receiver; }
function _classPrivateFieldLooseBase(e, t) { if (!{}.hasOwnProperty.call(e, t)) throw new TypeError("attempted to use private field on non-instance"); return e; }
var id = 0;
function _classPrivateFieldLooseKey(name) { return "__private_" + id++ + "_" + name; }
function _classPrivateFieldLooseKey(e) { return "__private_" + id++ + "_" + e; }
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore We don't want TS to generate types for the package.json
const packageJson = {
"version": "4.0.0-beta.2"
"version": "4.0.0"
};

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

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

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

"url": "git+https://github.com/transloadit/uppy.git"
},
"stableVersion": "3.2.2"
}
}
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