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
94
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.7.0 to 3.8.0

build/cjs/__tests__/useTimeZoneConversion.test.js

8

build/cjs/index.js

@@ -12,2 +12,8 @@ "use strict";

});
Object.defineProperty(exports, "useTimeZoneConversion", {
enumerable: true,
get: function () {
return _useTimeZoneConversion.useTimeZoneConversion;
}
});
Object.defineProperty(exports, "ConfigProvider", {

@@ -22,2 +28,4 @@ enumerable: true,

var _useTimeZoneConversion = require("./useTimeZoneConversion");
var _ConfigProvider = require("./ConfigProvider");

1

build/es/index.js
export { useConfig } from './useConfig';
export { useTimeZoneConversion } from './useTimeZoneConversion';
export { ConfigProvider } from './ConfigProvider';
export { useConfig } from './useConfig';
export { useTimeZoneConversion } from './useTimeZoneConversion';
export { ConfigProvider } from './ConfigProvider';
export type { Config } from './types';

@@ -8,5 +8,7 @@ declare type Version = {

};
export declare type DateInput = string | Date | number | null;
interface SystemInfo {
version: string;
contextPath: string;
serverTimeZoneId: string;
}

@@ -13,0 +15,0 @@ export interface Config {

4

package.json
{
"name": "@dhis2/app-service-config",
"version": "3.7.0",
"version": "3.8.0",
"main": "./build/cjs/index.js",

@@ -37,5 +37,5 @@ "module": "./build/es/index.js",

"type-check:watch": "yarn type-check --watch",
"test": "d2-app-scripts test",
"test": "TZ=Etc/UTC d2-app-scripts test",
"coverage": "yarn test --coverage"
}
}
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