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.10 to 0.0.11

2

package.json

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

},
"version": "0.0.10",
"version": "0.0.11",
"license": "MIT",

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

@@ -14,3 +14,2 @@ "use strict";

var options_1 = require('./options');
var variables_1 = require('./variables');
var HintService = (function () {

@@ -31,3 +30,3 @@ function HintService() {

this.hintOptions = Object.assign(new options_1.HintOptions(), options);
var nodes = document.getElementsByTagName(variables_1.HintConfig.HINT_TAG);
var nodes = document.getElementsByTagName(this.hintOptions.stepTag);
this.steps = this.initSteps(nodes);

@@ -34,0 +33,0 @@ this.startAt(0);

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