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

@ozkarjs/vhir

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ozkarjs/vhir - npm Package Compare versions

Comparing version 0.2.8 to 0.2.9

.eslintrc

2

build/src/query/query.types.js

@@ -1,2 +0,2 @@

"use strict";
export {};
//# sourceMappingURL=query.types.js.map
{
"name": "@ozkarjs/vhir",
"version": "0.2.8",
"version": "0.2.9",
"author": "",

@@ -48,2 +48,5 @@ "main": "build/src/index.js",

"build": "tsc",
"build:new": "npm run build:cjs && npm run build:esm",
"build:cjs": "tsc --project tsconfig.cjs.json && echo '{\"type\":\"commonjs\"}' > build/cjs/package.json",
"build:esm": "tsc --project tsconfig.esm.json",
"buildw": "tsc --watch",

@@ -50,0 +53,0 @@ "coverage": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage",

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