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

@rpldy/shared

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rpldy/shared - npm Package Compare versions

Comparing version 0.13.2 to 0.13.3

2

lib/cjs/batchItem.js

@@ -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"
}
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