Socket
Socket
Sign inDemoInstall

@rpldy/shared

Package Overview
Dependencies
Maintainers
1
Versions
95
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 1.4.2-alpha.0 to 1.5.0-rc.0

1

lib/cjs/batchItem.js

@@ -36,2 +36,3 @@ "use strict";

uploadStatus: 0,
total: 0,
completed: 0,

@@ -38,0 +39,0 @@ loaded: 0,

@@ -29,2 +29,3 @@ import { FILE_STATES } from "./consts";

uploadStatus: 0,
total: 0,
completed: 0,

@@ -31,0 +32,0 @@ loaded: 0,

6

package.json
{
"version": "1.4.2-alpha.0",
"version": "1.5.0-rc.0",
"name": "@rpldy/shared",

@@ -26,3 +26,3 @@ "description": "internal set of utils+types for react-uploady",

"devDependencies": {
"flow-bin": "^0.199.1"
"flow-bin": "^0.215.1"
},

@@ -36,3 +36,3 @@ "dependencies": {

},
"gitHead": "c64513941649481b03d4a80630af1badf216320a"
"gitHead": "bcc4338f1e1e16bd0b79e1ebfaa97e49d0f6aa51"
}

@@ -41,2 +41,3 @@ export type Destination = {

fastAbortThreshold?: number;
userData?: any;
}

@@ -62,2 +63,3 @@

loaded: number;
total: number;
orgItemCount: number;

@@ -85,2 +87,3 @@ additionalInfo: string | null;

loaded: number;
total: number;
recycled: boolean;

@@ -87,0 +90,0 @@ previousBatch?: string;

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