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

@dhis2/app-runtime

Package Overview
Dependencies
Maintainers
15
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dhis2/app-runtime - npm Package Compare versions

Comparing version 2.1.2 to 2.2.0

build/cjs/lib.js

14

package.json
{
"name": "@dhis2/app-runtime",
"description": "A singular runtime dependency for applications on the DHIS2 platform",
"version": "2.1.2",
"main": "build/cjs/index.js",
"module": "build/es/index.js",
"version": "2.2.0",
"main": "build/cjs/lib.js",
"module": "build/es/lib.js",
"types": "build/types/index.d.ts",

@@ -22,4 +22,4 @@ "repository": {

"devDependencies": {
"@dhis2/app-service-config": "2.1.2",
"@dhis2/app-service-data": "2.1.2"
"@dhis2/app-service-config": "2.2.0",
"@dhis2/app-service-data": "2.2.0"
},

@@ -32,5 +32,7 @@ "peerDependencies": {

"scripts": {
"build": "rimraf build && rollup -c",
"build:types": "tsc --emitDeclarationOnly --outDir ./build/types",
"build:package": "d2-app-scripts build",
"build": "concurrently -n build,types \"yarn build:package\" \"yarn build:types\"",
"test": "echo \"No tests 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