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

@types/intro.js

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/intro.js - npm Package Compare versions

Comparing version 2.0.28 to 2.4.0

14

intro.js/index.d.ts

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

// Type definitions for intro.js 2.0
// Type definitions for intro.js 2.4
// Project: https://github.com/usablica/intro.js

@@ -13,2 +13,8 @@ // Definitions by: Maxime Fabre <https://github.com/anahkiasen/>

interface Hint {
hint: string;
element?: string|HTMLElement|Element;
hintPosition?: string;
}
interface Options {

@@ -36,2 +42,3 @@ nextLabel?: string;

steps?: Step[];
hints?: Hint[];
}

@@ -61,2 +68,7 @@

showHint(stepId: number): IntroJs;
showHints(): IntroJs;
hideHint(stepId: number): IntroJs;
hideHints(): IntroJs;
onhintsadded(callback: Function): IntroJs;

@@ -63,0 +75,0 @@ onhintclick(callback: (hintElement: HTMLElement, item: Step, stepId: number) => any): IntroJs;

9

intro.js/package.json
{
"name": "@types/intro.js",
"version": "2.0.28",
"description": "TypeScript definitions for intro.js 2.0",
"version": "2.4.0",
"description": "TypeScript definitions for intro.js",
"license": "MIT",

@@ -14,4 +14,5 @@ "author": "Maxime Fabre <https://github.com/anahkiasen/>",

"dependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "17abfac5e9126ffaf8a8dd262da9913d3bdec6261d80562f23fee4cb98149a92"
"peerDependencies": {},
"typesPublisherContentHash": "97e63f916ea02ae2a4d956b38f9f9f3845662c642e1f3cdcfa70fb734898d449",
"typeScriptVersion": "2.0"
}

@@ -5,12 +5,10 @@ # Installation

# Summary
This package contains type definitions for intro.js 2.0 (https://github.com/usablica/intro.js).
This package contains type definitions for intro.js (https://github.com/usablica/intro.js).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/intro.js
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/intro.js
Additional Details
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT
* File structure: Mixed
* Library Dependencies: none
* Module Dependencies: none
* Last updated: Wed, 18 Jan 2017 06:06:23 GMT
* Dependencies: none
* Global values: introJs

@@ -17,0 +15,0 @@

{
"authors": "Maxime Fabre <https://github.com/anahkiasen/>",
"definitionFilename": "index.d.ts",
"libraryDependencies": [],
"moduleDependencies": [],
"libraryMajorVersion": "2",
"libraryMinorVersion": "0",
"libraryName": "intro.js 2.0",
"typingsPackageName": "intro.js",
"projectName": "https://github.com/usablica/intro.js",
"name": "intro.js",
"libraryName": "intro.js",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"sourceBranch": "types-2.0",
"kind": "Mixed",
"globals": [
"introJs"
],
"declaredModules": [
"intro.js"
],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "17abfac5e9126ffaf8a8dd262da9913d3bdec6261d80562f23fee4cb98149a92"
"data": {
"authors": "Maxime Fabre <https://github.com/anahkiasen/>",
"dependencies": {},
"pathMappings": {},
"libraryMajorVersion": 2,
"libraryMinorVersion": 4,
"typeScriptVersion": "2.0",
"libraryName": "intro.js",
"typingsPackageName": "intro.js",
"projectName": "https://github.com/usablica/intro.js",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"globals": [
"introJs"
],
"declaredModules": [
"intro.js"
],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "97e63f916ea02ae2a4d956b38f9f9f3845662c642e1f3cdcfa70fb734898d449"
},
"isLatest": true
}
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