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

@types/jstimezonedetect

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/jstimezonedetect - npm Package Compare versions

Comparing version 0.0.2 to 1.0.0

14

jstimezonedetect/index.d.ts

@@ -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"
}
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