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

@ewizardjs/system-settings

Package Overview
Dependencies
Maintainers
7
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ewizardjs/system-settings - npm Package Compare versions

Comparing version 3.15.0 to 3.16.0

2

dist/backend/get-settings.js

@@ -100,5 +100,5 @@ "use strict";

function getResolvedAliases(entry, settings, storageStrategy) {
var _a, _b, _c;
return __awaiter(this, void 0, void 0, function () {
var layoutOptions, resolver, path;
var _a, _b, _c;
return __generator(this, function (_d) {

@@ -105,0 +105,0 @@ switch (_d.label) {

@@ -71,6 +71,6 @@ "use strict";

exports.get = get;
function modify(entry, modifyFunc, contextStorage) {
if (contextStorage === void 0) { contextStorage = settings_strategies_1.fsStrategy; }
return __awaiter(this, void 0, void 0, function () {
function modify(entry_1, modifyFunc_1) {
return __awaiter(this, arguments, void 0, function (entry, modifyFunc, contextStorage) {
var settingsPath, settings;
if (contextStorage === void 0) { contextStorage = settings_strategies_1.fsStrategy; }
return __generator(this, function (_a) {

@@ -77,0 +77,0 @@ switch (_a.label) {

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

banners: 'banners',
templatesManifest: 'templates.json',
templates: 'templates',
themes: 'themes',

@@ -40,0 +42,0 @@ themePaths: {

@@ -39,2 +39,4 @@ import { ContentTypes, SiteSubtypes } from '@ewizardjs/content-types';

banners: string;
templatesManifest: string;
templates: string;
themes: string;

@@ -41,0 +43,0 @@ themesManifest: string;

{
"name": "@ewizardjs/system-settings",
"version": "3.15.0",
"version": "3.16.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/backend/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