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

@wocker/core

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wocker/core - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

lib/services/AppConfigService.d.ts

@@ -11,2 +11,4 @@ import { AppConfig } from "../types/AppConfig";

abstract getAppConfig(): Promise<AppConfig>;
abstract getMeta(name: string, defaultValue?: string): Promise<string | undefined>;
abstract setMeta(name: string, value: string | number | undefined): Promise<void>;
abstract getAllEnvVariables(): Promise<AppConfig["env"]>;

@@ -13,0 +15,0 @@ abstract getEnvVariable(name: string, defaultValue?: string): Promise<string | undefined>;

import { EnvConfig } from "./EnvConfig";
export type AppConfig = {
debug?: boolean;
meta: EnvConfig;
env: EnvConfig;

@@ -5,0 +6,0 @@ plugins: string[];

2

package.json
{
"name": "@wocker/core",
"version": "1.0.3",
"version": "1.0.4",
"author": "Kris Papercut <krispcut@gmail.com>",

@@ -5,0 +5,0 @@ "description": "Wocker Core",

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