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.15.0 to 0.16.0

1

lib/cjs/batchItem.js

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

loaded: 0,
aborted: false,
recycled: false,

@@ -41,0 +40,0 @@ previousBatch: null

3

lib/cjs/consts.js

@@ -16,3 +16,4 @@ "use strict";

FINISHED: "finished",
ABORTED: "aborted"
ABORTED: "aborted",
ERROR: "error"
};

@@ -19,0 +20,0 @@ exports.BATCH_STATES = BATCH_STATES;

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

loaded: 0,
aborted: false,
recycled: false,

@@ -33,0 +32,0 @@ previousBatch: null

@@ -9,3 +9,4 @@ export const DEBUG_LOG_KEY = "__rpldy-logger-debug__";

FINISHED: "finished",
ABORTED: "aborted"
ABORTED: "aborted",
ERROR: "error"
};

@@ -12,0 +13,0 @@ export const FILE_STATES = {

{
"version": "0.15.0",
"version": "0.16.0",
"name": "@rpldy/shared",

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

},
"gitHead": "7909b3aacc4afd229e4bc6810da8560be19706b2"
"gitHead": "d48d97673222581b5da36fafa1bd859945775c4c"
}

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

ABORTED = "aborted",
ERROR = "error",
}

@@ -58,2 +59,3 @@

orgItemCount: number;
additionalInfo: string | null;
};

@@ -60,0 +62,0 @@

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