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

angular-custom-tour

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-custom-tour - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

2

package.json

@@ -8,3 +8,3 @@ {

},
"version": "0.0.13",
"version": "0.0.14",
"license": "MIT",

@@ -11,0 +11,0 @@ "main": "bundles/angular-custom-tour.umd.min.js",

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

selector: variables_1.HintConfig.HINT_TAG,
template: "<div class=\"intro-tour-hint-wrapper {{transformClass}}\" *ngIf=\"showme\" [ngStyle]=\"{'top': topPos+'px', 'left': leftPos+'px'}\" >\n <div class=\"header\" *ngIf=\"title\">{{title}}</div>\n <div class=\"content\"><ng-content></ng-content></div>\n <div class=\"footer\">\n <a class=\"navigate-btn\" *ngIf=\"hasPrev\" (click)=\"prev()\">&#8592;</a>\n <a class=\"navigate-btn\" *ngIf=\"hasNext\" (click)=\"next()\">&#8594;</a>\n <a class=\"navigate-btn\" (click)=\"exit()\">&#10006;</a>\n </div>\n </div>",
template: "<div class=\"intro-tour-hint-wrapper {{transformClass}} step{{order}} {{position}}\" *ngIf=\"showme\" [ngStyle]=\"{'top': topPos+'px', 'left': leftPos+'px'}\" >\n <div class=\"header\" *ngIf=\"title\">{{title}}</div>\n <div class=\"content\"><ng-content></ng-content></div>\n <div class=\"footer\">\n <a class=\"navigate-btn\" *ngIf=\"hasPrev\" (click)=\"prev()\">&#8592;</a>\n <a class=\"navigate-btn\" *ngIf=\"hasNext\" (click)=\"next()\">&#8594;</a>\n <a class=\"navigate-btn\" (click)=\"exit()\">&#10006;</a>\n </div>\n </div>",
}),

@@ -114,0 +114,0 @@ __metadata('design:paramtypes', [hint_service_1.HintService])

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