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

@front10/healthcare-book

Package Overview
Dependencies
Maintainers
4
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@front10/healthcare-book - npm Package Compare versions

Comparing version 1.4.7 to 1.4.8

src/app/components/search-appointment/search-appointment.language.js

2

package.json
{
"name": "@front10/healthcare-book",
"version": "1.4.7",
"version": "1.4.8",
"description": "Set of healthcare angularjs components ready to integrate with your apps.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -54,3 +54,3 @@ class appointmenFinderController {

getDoctorList() {
this.loadingData = true;
this.loadingData = true;
this.onBeforeLoad();

@@ -57,0 +57,0 @@ this.cfpLoadingBar.start();

@@ -5,14 +5,14 @@ import controller from './search-appointment.controller';

const searchApointmentComponent = {
bindings: {
doctorListFilter: '<',
doctorList: '<',
selectedPage: '<',
elementsForPage: '<',
language: '<',
loading: '<'
},
controller,
template,
bindings: {
doctorListFilter: '<',
doctorList: '<',
selectedPage: '<',
elementsForPage: '<',
language: '<',
loading: '<'
},
controller,
template,
};
export default searchApointmentComponent;
import moment from 'moment';
import translate from './search-appointment.language';
class searchAppointmentController {
$onInit() {
this.translate = translate;
this.doctorListCopy = [...this.doctorList];

@@ -5,0 +8,0 @@ this.doctorlistPaginated = this.doctorListCopy.slice(0, this.elementsForPage);

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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