@rpldy/shared
Advanced tools
Comparing version 0.13.2 to 0.13.3
@@ -23,3 +23,3 @@ "use strict"; | ||
const isLikeFile = f => f && (f instanceof Blob || f instanceof File || typeof f === "object" && f.name && f.type); | ||
const isLikeFile = f => f && (f instanceof File || f instanceof Blob || typeof f === "object" && f.name && f.type); | ||
@@ -26,0 +26,0 @@ var _default = (f, batchId, isPending = false) => { |
@@ -15,3 +15,3 @@ import { FILE_STATES } from "./consts"; | ||
const isLikeFile = f => f && (f instanceof Blob || f instanceof File || typeof f === "object" && f.name && f.type); | ||
const isLikeFile = f => f && (f instanceof File || f instanceof Blob || typeof f === "object" && f.name && f.type); | ||
@@ -18,0 +18,0 @@ export default ((f, batchId, isPending = false) => { |
{ | ||
"version": "0.13.2", | ||
"version": "0.13.3", | ||
"name": "@rpldy/shared", | ||
@@ -21,3 +21,3 @@ "description": "internal set of utils+types for react-uploady", | ||
"devDependencies": { | ||
"flow-bin": "^0.150.1" | ||
"flow-bin": "^0.156.0" | ||
}, | ||
@@ -31,3 +31,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "b6e8a4fe04b33e613a76805947582743c114b79d" | ||
"gitHead": "6809b56746e1040da38ba0ad88338edee3bc81b0" | ||
} |
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