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.3.0-beta.5 to 1.3.0-beta.6

6

lib/history.js

@@ -46,3 +46,3 @@ "use strict";

}).sort({
date: -1
time: -1
}).exec(function (err, docs) {

@@ -60,3 +60,3 @@ callback(err, docs);

}).sort({
date: -1
time: -1
});

@@ -90,3 +90,3 @@ loginQuery.exec(function (err, logins) {

}).sort({
date: -1
time: -1
});

@@ -93,0 +93,0 @@ updateQuery.exec(function (err, updates) {

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

"description": "Master Health Record and Data Reconciliation Engine Persistance Layer",
"version": "1.3.0-beta.5",
"version": "1.3.0-beta.6",
"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