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.3.1 to 1.3.2

src/themes/avmed/index.scss

2

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

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

@@ -77,3 +77,3 @@ import * as angular from 'angular';

*/
let themes = ["Basic", "Red", "Green", "Blue"];
let themes = ["Avmed", "Humana"];

@@ -130,4 +130,5 @@ let _document = window.parent.document;

.setAttribute("class", "themeSwitcher__themeSelector themeSwitcher__themeSelector--active")
}
} else
document.body.setAttribute("theme", "humana");
};
import controller from './appointment-finder.controller';
import template from './appointment-finder.html';
import './appointment-finder.scss';
const appointmenFinderComponent = {

@@ -7,0 +5,0 @@ bindings: {

import angular from 'angular';
import 'angular-loading-bar/build/loading-bar';
import appointmentFinderComponent from './appointment-finder.component';
import appointmentFinderService from './appointment-finder.service'
import appointmentFinderService from './appointment-finder-graphql.service'

@@ -6,0 +6,0 @@ const appointmentFinder = angular

@@ -14,7 +14,8 @@ import './appointment-finder.modules';

controller = $componentController('appointmentFinder', {
$scope: {}
$scope: {},
appointmentFinderService: {},
cfpLoadingBar: {}
}, {});
}));
it("This is the First test", () => {
controller.$onInit();
controller.test = 'first test';

@@ -21,0 +22,0 @@ expect(controller.test).toEqual('first test');

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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