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

@dhis2/ui-constants

Package Overview
Dependencies
Maintainers
5
Versions
437
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dhis2/ui-constants - npm Package Compare versions

Comparing version

to
8.16.0-alpha.1

types/index.d.ts

9

package.json
{
"name": "@dhis2/ui-constants",
"version": "8.15.0",
"version": "8.16.0-alpha.1",
"description": "Constants used in the UI libs",

@@ -8,2 +8,3 @@ "main": "./build/cjs/index.js",

"exports": {
"types": "./types/index.d.ts",
"import": "./build/es/index.js",

@@ -33,4 +34,6 @@ "require": "./build/cjs/index.js"

"files": [
"build"
]
"build",
"types"
],
"types": "types"
}