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 1.0.3 to 1.0.4

2

jstimezonedetect/index.d.ts

@@ -8,4 +8,4 @@ // Type definitions for jsTimezoneDetect 1.0

name(): string;
}
};
export as namespace jstz;
{
"name": "@types/jstimezonedetect",
"version": "1.0.3",
"version": "1.0.4",
"description": "TypeScript definitions for jsTimezoneDetect",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jstimezonedetect",
"license": "MIT",

@@ -22,4 +23,4 @@ "contributors": [

"dependencies": {},
"typesPublisherContentHash": "68a6cead9b9f4c044257b2ca04748a86680104ac16444abe1028cba0aae74384",
"typeScriptVersion": "3.2"
"typesPublisherContentHash": "432d51870dc61014b81f2a7c231d01639089540c974c1789d5a4b7db6bd24569",
"typeScriptVersion": "4.5"
}

@@ -9,5 +9,19 @@ # Installation

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jstimezonedetect.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jstimezonedetect/index.d.ts)
````ts
// Type definitions for jsTimezoneDetect 1.0
// Project: https://github.com/pellepim/jstimezonedetect
// Definitions by: Olivier Lamothe <https://github.com/olamothe>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export function determine(usingIntl?: boolean): {
name(): string;
};
export as namespace jstz;
````
### Additional Details
* Last updated: Tue, 27 Oct 2020 09:31:48 GMT
* Last updated: Fri, 15 Sep 2023 20:36:37 GMT
* Dependencies: none

@@ -14,0 +28,0 @@ * Global values: `jstz`

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