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

@types/timezone-js

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/timezone-js - npm Package Compare versions

Comparing version 0.0.29 to 0.0.30

8

timezone-js/index.d.ts

@@ -82,6 +82,6 @@ // Type definitions for timezone-js

export interface TimezoneJsOptions {
async?: boolean;
success?: (data: string) => void;
error?: (err: Error) => void;
url?: string;
async?: boolean | undefined;
success?: ((data: string) => void) | undefined;
error?: ((err: Error) => void) | undefined;
url?: string | undefined;
}

@@ -88,0 +88,0 @@

{
"name": "@types/timezone-js",
"version": "0.0.29",
"version": "0.0.30",
"description": "TypeScript definitions for timezone-js",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/timezone-js",
"license": "MIT",

@@ -14,10 +15,12 @@ "contributors": [

"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/timezone-js"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "bbc4378f3c47bfda82f3e71beb776b31acd4013b774a0c95691bebc5f4d7c9f4",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "f5ad2949647f0524d6b369861fea7c2aec7ba77b3b17b03d0a97564f7a879f83",
"typeScriptVersion": "3.6"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/timezone-js
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/timezone-js.
Additional Details
* Last updated: Mon, 06 Aug 2018 21:55:32 GMT
### Additional Details
* Last updated: Fri, 02 Jul 2021 19:37:06 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by bonnici <https://github.com/bonnici>.
These definitions were written by [bonnici](https://github.com/bonnici).

Sorry, the diff of this file is not supported yet

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