@uppy/store-default
Advanced tools
Comparing version 4.0.0-beta.2 to 4.0.0
@@ -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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
13015