Socket
Socket
Sign inDemoInstall

@orion-js/file-manager

Package Overview
Dependencies
Maintainers
3
Versions
287
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@orion-js/file-manager - npm Package Compare versions

Comparing version 3.9.5 to 3.9.6

8

lib/File/schema.d.ts

@@ -13,8 +13,4 @@ export declare class FileSchemaResizeData {

export declare class FileSchemaColorsData {
vibrant?: string;
lightVibrant?: string;
darkVibrant?: string;
muted?: string;
lightMuted?: string;
darkMuted?: string;
front?: string;
background?: string;
blurhash?: string;

@@ -21,0 +17,0 @@ }

@@ -59,26 +59,10 @@ "use strict";

__metadata("design:type", String)
], FileSchemaColorsData.prototype, "vibrant", void 0);
], FileSchemaColorsData.prototype, "front", void 0);
__decorate([
(0, typed_model_1.Prop)({ optional: true }),
__metadata("design:type", String)
], FileSchemaColorsData.prototype, "lightVibrant", void 0);
], FileSchemaColorsData.prototype, "background", void 0);
__decorate([
(0, typed_model_1.Prop)({ optional: true }),
__metadata("design:type", String)
], FileSchemaColorsData.prototype, "darkVibrant", void 0);
__decorate([
(0, typed_model_1.Prop)({ optional: true }),
__metadata("design:type", String)
], FileSchemaColorsData.prototype, "muted", void 0);
__decorate([
(0, typed_model_1.Prop)({ optional: true }),
__metadata("design:type", String)
], FileSchemaColorsData.prototype, "lightMuted", void 0);
__decorate([
(0, typed_model_1.Prop)({ optional: true }),
__metadata("design:type", String)
], FileSchemaColorsData.prototype, "darkMuted", void 0);
__decorate([
(0, typed_model_1.Prop)({ optional: true }),
__metadata("design:type", String)
], FileSchemaColorsData.prototype, "blurhash", void 0);

@@ -85,0 +69,0 @@ FileSchemaColorsData = __decorate([

{
"name": "@orion-js/file-manager",
"version": "3.9.5",
"version": "3.9.6",
"main": "lib/index.js",

@@ -39,3 +39,3 @@ "author": "nicolaslopezj",

},
"gitHead": "d8f629a931e623f0efdc94a47ef75f19f759fe6a"
"gitHead": "d92c9f484457d6262054100aff016b87c5e5e330"
}
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