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

@dhis2/app-service-config

Package Overview
Dependencies
Maintainers
15
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dhis2/app-service-config - npm Package Compare versions

Comparing version 2.3.0 to 2.4.0

13

build/types/types.d.ts

@@ -0,4 +1,17 @@

declare type ServerVersion = {
major: number;
minor: number;
patch?: number;
tag?: string;
};
interface SystemInfo {
version: string;
contextPath: string;
}
export interface Config {
baseUrl: string;
apiVersion: number;
serverVersion?: ServerVersion;
systemInfo?: SystemInfo;
}
export {};

2

package.json
{
"name": "@dhis2/app-service-config",
"version": "2.3.0",
"version": "2.4.0",
"main": "build/cjs/lib.js",

@@ -5,0 +5,0 @@ "module": "build/es/lib.js",

Sorry, the diff of this file is not supported yet

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