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 to 1.3.0-beta.1

lib/history.js

23

index.js

@@ -12,2 +12,4 @@ "use strict";

var account_history = require('./lib/history');
var pim = require('./lib/pim');

@@ -151,1 +153,22 @@

};
//Account History Methods
exports.saveEvent = function (eventName, username, note, file, callback) {
account_history.saveEvent(eventName, username, note, file, callback);
};
exports.getFullEventName = function (eventName, callback) {
account_history.getFullEventName(eventName, callback);
};
exports.getAllEvents = function (callback) {
account_history.allEventsInOrder(callback);
};
exports.getRecentLogin = function (callback) {
account_history.lastLogin(callback);
};
exports.getRecentUpdate = function (callback) {
account_history.lastUpdate(callback);
};

2

package.json

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

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