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

ac-fhir-models

Package Overview
Dependencies
Maintainers
0
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ac-fhir-models - npm Package Compare versions

Comparing version 7.13.0-rc.1 to 7.13.0-rc.2

.github/workflows/main.yaml

7

jsconfig.json

@@ -5,8 +5,3 @@ {

"resolveJsonModule": true,
"strict": false,
"declaration": true, // Generate .d.ts files
"noEmit": false,
"emitDeclarationOnly": true, // Only emit .d.ts files, no .js files
"module": "commonjs", // Match the module system you're using
"target": "es2018" // Adjust based on your target environment
"strict": false
},

@@ -13,0 +8,0 @@ "exclude": ["node_modules", "**/node_modules/*", "dist", "index.js"],

{
"name": "ac-fhir-models",
"version": "7.13.0-rc.1",
"version": "7.13.0-rc.2",
"author": "Henrik Joreteg <henrik@anesthesiacharting.com>",

@@ -38,10 +38,9 @@ "dependencies": {

"ci": "npm run static && npm test",
"clean:dts": "rm *.d.ts && find src -name '*.d.ts' -type f -delete",
"format": "prettier --write .",
"lint": "eslint ./src .",
"prepublishOnly": "npm run ci && npm run build && npm run tsc",
"prepublishOnly": "npm run ci && npm run build",
"static": "fixpack && npm run format && npm run lint && npm run tsc",
"test": "tape -r esm -r ./test-helpers.js src/**/*.spec.js | tap-spec",
"tsc": "npm run clean:dts && tsc -p jsconfig.json"
"tsc": "tsc -p jsconfig.json"
}
}
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