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

blue-button-record

Package Overview
Dependencies
Maintainers
3
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blue-button-record - npm Package Compare versions

Comparing version 1.2.0-beta.10 to 1.2.0-beta.11

8

lib/pim.js

@@ -14,4 +14,6 @@ "use strict";

var localGet = function (dbinfo, ptInfo, callback) {
var localGet = function(dbinfo, ptInfo, callback) {
console.log(">>ptInfo: ", JSON.stringify(ptInfo, null, 4));
var pim = {};

@@ -75,3 +77,3 @@

query.exec(function (err, results) {
query.exec(function(err, results) {
if (err) {

@@ -96,5 +98,5 @@ callback(err);

exports.get = function (dbinfo, ptInfo, callback) {
exports.get = function(dbinfo, ptInfo, callback) {
//TODO: ignore patient info for PIM query for now
localGet(dbinfo, callback, ptInfo);
};

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

"description": "Master Health Record and Data Reconciliation Engine Persistance Layer",
"version": "1.2.0-beta.10",
"version": "1.2.0-beta.11",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

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