You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@types/otplib

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/otplib - npm Package Compare versions

Comparing version

to
10.0.0

26

otplib/package.json
{
"name": "@types/otplib",
"version": "7.0.0",
"description": "TypeScript definitions for otplib",
"license": "MIT",
"contributors": [
{
"name": "Soner Köksal",
"url": "https://github.com/renjfk",
"githubUsername": "renjfk"
}
],
"version": "10.0.0",
"typings": null,
"description": "Stub TypeScript definitions entry for otplib, which provides its own types definitions",
"main": "",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "66303439748cc1f585729cc2bdf0e80a0ab624cfd6e0494a70ce34cff7f42299",
"typeScriptVersion": "2.0"
"author": "",
"repository": "https://github.com/yeojz/otplib",
"license": "MIT",
"dependencies": {
"otplib": "*"
}
}

@@ -1,16 +0,3 @@

# Installation
> `npm install --save @types/otplib`
This is a stub types definition for otplib (https://github.com/yeojz/otplib).
# Summary
This package contains type definitions for otplib (https://yeojz.github.io/otplib).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/otplib
Additional Details
* Last updated: Thu, 16 Nov 2017 18:27:38 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by Soner Köksal <https://github.com/renjfk>.
otplib provides its own type definitions, so you don't need @types/otplib installed!