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.12.1 to 3.12.3

11

dist/interfaces/index.d.ts
export interface SystemSettings {
[key: string]: ContentType | Paths | Screenshoter | Archive | VCS;
[key: string]: ContentType | Paths | Screenshoter | Archive | VCS | CLI;
content: ContentType;

@@ -8,2 +8,3 @@ screenshoter: Screenshoter;

vcs?: VCS;
cli?: CLI;
}

@@ -88,2 +89,10 @@ export type VCS = {

}
export declare enum NpmVersion {
Legacy = "legacy",
Latest = "latest"
}
export interface CLI {
npm?: NpmVersion;
identifyComponents?: boolean;
}
export {};
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.NpmVersion = void 0;
var NpmVersion;
(function (NpmVersion) {
NpmVersion["Legacy"] = "legacy";
NpmVersion["Latest"] = "latest";
})(NpmVersion = exports.NpmVersion || (exports.NpmVersion = {}));

2

package.json
{
"name": "@ewizardjs/system-settings",
"version": "3.12.1",
"version": "3.12.3",
"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