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

@dhis2/app-service-config

Package Overview
Dependencies
Maintainers
7
Versions
93
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 3.4.4 to 3.5.0

7

build/types/types.d.ts

@@ -1,2 +0,3 @@

declare type ServerVersion = {
declare type Version = {
full: string;
major: number;

@@ -14,5 +15,7 @@ minor: number;

apiVersion: number;
serverVersion?: ServerVersion;
appName?: string;
appVersion?: Version;
serverVersion?: Version;
systemInfo?: SystemInfo;
}
export {};
{
"name": "@dhis2/app-service-config",
"version": "3.4.4",
"version": "3.5.0",
"main": "./build/cjs/index.js",

@@ -5,0 +5,0 @@ "module": "./build/es/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