Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ngx-ui-tour-core

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-ui-tour-core - npm Package Compare versions

Comparing version 10.3.1 to 10.4.0

CHANGELOG.md

4

lib/is-in-viewport.d.ts

@@ -1,2 +0,2 @@

export declare enum ElementSides {
export declare const enum ElementSides {
Top = 0,

@@ -6,2 +6,2 @@ Bottom = 1,

}
export declare function isInViewport(htlmElement: HTMLElement, sidesToCheck?: ElementSides): boolean;
export declare function isInViewport(htmlElement: HTMLElement, sidesToCheck?: ElementSides): boolean;

@@ -88,2 +88,3 @@ import type { UrlSegment } from '@angular/router';

pause(): void;
private disableTour;
resume(): void;

@@ -90,0 +91,0 @@ toggle(pause?: boolean): void;

{
"name": "ngx-ui-tour-core",
"version": "10.3.1",
"version": "10.4.0",
"description": "UI tour library for Angular 12+",

@@ -5,0 +5,0 @@ "keywords": [

@@ -5,2 +5,3 @@ export { IStepOption, TourState, TourService, Direction, StepChangeParams } from './lib/tour.service';

export { isInViewport, ElementSides } from './lib/is-in-viewport';
export { isCovered } from './lib/is-covered';
export { BackdropConfig } from './lib/tour-backdrop.service';

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