@wocker/core
Advanced tools
Comparing version 1.0.16 to 1.0.17-dev.0
import { AppConfig } from "../makes"; | ||
declare abstract class AppConfigService { | ||
protected config?: AppConfig; | ||
abstract getPWD(): string; | ||
abstract setPWD(pwd: string): void; | ||
abstract pwd(...parts: string[]): string; | ||
abstract dataPath(...args: string[]): string; | ||
@@ -7,0 +7,0 @@ abstract pluginsPath(...args: string[]): string; |
{ | ||
"name": "@wocker/core", | ||
"version": "1.0.16", | ||
"version": "1.0.17-dev.0", | ||
"author": "Kris Papercut <krispcut@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "Core of the Wocker", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
96967
1
1