New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vidubia/constants

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vidubia/constants - npm Package Compare versions

Comparing version 3.5.0 to 3.6.0

3

lib/src/job-type.enum.d.ts

@@ -9,4 +9,5 @@ export declare enum JobType {

DONWLOAD_YOUTUBE_MEDIA = "DONWLOAD_YOUTUBE_MEDIA",
REMOVE_MEDIA = "REMOVE_MEDIA"
REMOVE_MEDIA = "REMOVE_MEDIA",
RESTORE_MEDIA = "RESTORE_MEDIA"
}
export default JobType;

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

JobType["REMOVE_MEDIA"] = "REMOVE_MEDIA";
JobType["RESTORE_MEDIA"] = "RESTORE_MEDIA";
})(JobType = exports.JobType || (exports.JobType = {}));
exports.default = JobType;

@@ -6,2 +6,3 @@ export declare enum MediaState {

READY_TO_PROCESS = "READY_TO_PROCESS",
READY_TO_RESTORE = "READY_TO_RESTORE",
READY = "READY",

@@ -8,0 +9,0 @@ DELETED = "DELETED",

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

MediaState["READY_TO_PROCESS"] = "READY_TO_PROCESS";
MediaState["READY_TO_RESTORE"] = "READY_TO_RESTORE";
MediaState["READY"] = "READY";

@@ -12,0 +13,0 @@ MediaState["DELETED"] = "DELETED";

{
"name": "@vidubia/constants",
"version": "3.5.0",
"version": "3.6.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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