@types/jstimezonedetect
Advanced tools
Comparing version 0.0.2 to 1.0.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for jsTimezoneDetect | ||
// Type definitions for jsTimezoneDetect 1.0 | ||
// Project: https://bitbucket.org/pellepim/jstimezonedetect | ||
@@ -6,12 +6,6 @@ // Definitions by: Olivier Lamothe <https://github.com/olamothe/> | ||
interface JsTimezoneDetect { | ||
determine: ()=> { | ||
name: ()=> string; | ||
} | ||
export function determine(): { | ||
name(): string; | ||
} | ||
declare var jstimezonedetect: JsTimezoneDetect; | ||
declare module "jstimezonedetect" { | ||
export = jstimezonedetect; | ||
} | ||
export as namespace jstz; |
{ | ||
"name": "@types/jstimezonedetect", | ||
"version": "0.0.2", | ||
"version": "1.0.0", | ||
"description": "TypeScript definitions for jsTimezoneDetect", | ||
@@ -15,4 +15,3 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "ca9068ee80876f2978801730d75963e364364d5adaebe9992c43b35b5fdb5017" | ||
"typesPublisherContentHash": "e9c5cc29f95103941c6c0af70eed48082f83bf3552a2d963a71030154912e206" | ||
} |
@@ -11,9 +11,9 @@ # Installation | ||
Additional Details | ||
* Last updated: Sat, 05 Nov 2016 20:36:25 GMT | ||
* File structure: Mixed | ||
* Last updated: Thu, 01 Dec 2016 00:15:04 GMT | ||
* File structure: UMD | ||
* Library Dependencies: none | ||
* Module Dependencies: none | ||
* Global values: jstimezonedetect | ||
* Global values: jstz | ||
# Credits | ||
These definitions were written by Olivier Lamothe <https://github.com/olamothe/>. |
{ | ||
"authors": "Olivier Lamothe <https://github.com/olamothe/>", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [], | ||
"moduleDependencies": [], | ||
"libraryMajorVersion": 0, | ||
"libraryMajorVersion": 1, | ||
"libraryMinorVersion": 0, | ||
@@ -13,9 +12,7 @@ "libraryName": "jsTimezoneDetect", | ||
"sourceBranch": "types-2.0", | ||
"kind": "Mixed", | ||
"kind": "UMD", | ||
"globals": [ | ||
"jstimezonedetect" | ||
"jstz" | ||
], | ||
"declaredModules": [ | ||
"jstimezonedetect" | ||
], | ||
"declaredModules": [], | ||
"files": [ | ||
@@ -25,3 +22,3 @@ "index.d.ts" | ||
"hasPackageJson": false, | ||
"contentHash": "ca9068ee80876f2978801730d75963e364364d5adaebe9992c43b35b5fdb5017" | ||
"contentHash": "e9c5cc29f95103941c6c0af70eed48082f83bf3552a2d963a71030154912e206" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
2149
29