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

@openmrs/esm-api

Package Overview
Dependencies
Maintainers
7
Versions
1266
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openmrs/esm-api - npm Package Compare versions

Comparing version 1.0.8-alpha.0 to 1.0.8

6

package.json
{
"name": "@openmrs/esm-api",
"version": "1.0.8-alpha.0",
"version": "1.0.8",
"description": "The javascript module for interacting with the OpenMRS API",

@@ -9,3 +9,3 @@ "main": "dist/openmrs-esm-api.js",

"start": "webpack-dev-server",
"build": "rimraf dist && concurrently 'webpack --mode=production' 'npm run typescript'",
"build": "rimraf dist && concurrently -n webpack,typescript 'webpack --mode=production' 'npm run typescript'",
"build-webpack": "webpack --mode=production",

@@ -22,3 +22,3 @@ "typescript": "tsc",

"hooks": {
"pre-commit": "concurrently 'pretty-quick --staged' 'npm run lint' 'npm test' 'npm run typescript'"
"pre-commit": "concurrently -n prettier,lint,test,typescript 'pretty-quick --staged' 'npm run lint' 'npm test' 'npm run typescript'"
}

@@ -25,0 +25,0 @@ },

@@ -0,1 +1,7 @@

/*
Originally taken from https://github.com/FHIR/fhir.js/blob/ec82ccfc125e05dbb645f47c100fe60f2c34bb73/src/fhir.d.ts
Has been adapted to be even better - if we can get fhir.js to publish a good version to npm with better typedefs,
we can remove this file in favor of the one they maintain
*/
type ClientFn = (...args: any[]) => Promise<{ data: any }>;

@@ -2,0 +8,0 @@ type ResourceName =

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