Socket
Socket
Sign inDemoInstall

@medplum/mock

Package Overview
Dependencies
Maintainers
3
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@medplum/mock - npm Package Compare versions

Comparing version 2.1.17 to 2.1.18

20

package.json
{
"name": "@medplum/mock",
"version": "2.1.17",
"version": "2.1.18",
"description": "Medplum Mock Client",

@@ -21,2 +21,5 @@ "keywords": [

"homepage": "https://www.medplum.com/",
"bugs": {
"url": "https://github.com/medplum/medplum/issues"
},
"repository": {

@@ -31,7 +34,18 @@ "type": "git",

"exports": {
"require": "./dist/cjs/index.cjs",
"import": "./dist/esm/index.mjs"
"import": {
"types": "./dist/esm/index.d.mts",
"default": "./dist/esm/index.mjs"
},
"require": {
"types": "./dist/cjs/index.d.cts",
"default": "./dist/cjs/index.cjs"
}
},
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.mjs",
"types": "dist/cjs/index.d.cts",
"files": [
"dist/cjs",
"dist/esm"
],
"scripts": {

@@ -38,0 +52,0 @@ "api-extractor": "api-extractor run --local && cp dist/types.d.ts dist/cjs/index.d.cts && cp dist/types.d.ts dist/esm/index.d.mts",

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