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

@openmrs/admin-tools

Package Overview
Dependencies
Maintainers
13
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openmrs/admin-tools - npm Package Compare versions

Comparing version 4.0.4-pre.141 to 4.0.4-pre.144

4

jest.config.js

@@ -5,2 +5,3 @@ const path = require('path');

module.exports = {
clearMocks: true,
transform: {

@@ -15,2 +16,3 @@ '^.+\\.(j|t)sx?$': '@swc/jest',

'^lodash-es/(.*)$': 'lodash/$1',
'^lodash-es$': 'lodash',
'^react-i18next$': path.resolve(__dirname, '__mocks__', 'react-i18next.js'),

@@ -23,3 +25,3 @@ },

'!**/src/**/*.test.*',
'!**/src/declarations.d.tsx',
'!**/src/declarations.d.ts',
'!**/e2e/**',

@@ -26,0 +28,0 @@ ],

{
"name": "@openmrs/admin-tools",
"version": "4.0.4-pre.141",
"version": "4.0.4-pre.144",
"workspaces": [

@@ -22,11 +22,11 @@ "packages/*"

"@openmrs/esm-framework": "next",
"@playwright/test": "^1.43.0",
"@playwright/test": "^1.46.1",
"@swc/cli": "^0.1.65",
"@swc/core": "^1.4.2",
"@swc/jest": "^0.2.36",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^25.2.3",
"@types/jest": "^29.5.12",
"@types/jsdom": "20.0.1",

@@ -63,3 +63,3 @@ "@types/lodash-es": "^4.17.12",

"swc-loader": "^0.2.6",
"turbo": "^1.12.4",
"turbo": "^2.0.14",
"typescript": "^4.9.5",

@@ -73,4 +73,4 @@ "webpack": "^5.90.3",

},
"packageManager": "yarn@4.2.2",
"packageManager": "yarn@4.4.1",
"stableVersion": "4.0.3"
}
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"module": "esnext",
"allowSyntheticDefaultImports": true,
"jsx": "react",
"skipLibCheck": true,
"moduleResolution": "node",
"lib": [

@@ -17,8 +14,12 @@ "dom",

"es2018",
"es2020"
"es2020",
"es2022"
],
"module": "esnext",
"moduleResolution": "node",
"noEmit": true,
"resolveJsonModule": true,
"noEmit": true,
"skipLibCheck": true,
"target": "esnext"
}
}
{
"$schema": "https://turborepo.org/schema.json",
"pipeline": {
"tasks": {
"build": {

@@ -5,0 +5,0 @@ "dependsOn": ["^build"],

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