New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/human-interval

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/human-interval - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

5

human-interval/index.d.ts

@@ -1,6 +0,1 @@

// Type definitions for human-interval 1.0
// Project: https://github.com/agenda/human-interval#readme
// Definitions by: Paul Melnikow <https://github.com/paulmelnikow>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function humanInterval(time?: string): number | undefined;

@@ -7,0 +2,0 @@

13

human-interval/package.json
{
"name": "@types/human-interval",
"version": "1.0.0",
"version": "1.0.1",
"description": "TypeScript definitions for human-interval",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/human-interval",
"license": "MIT",

@@ -9,8 +10,8 @@ "contributors": [

"name": "Paul Melnikow",
"url": "https://github.com/paulmelnikow",
"githubUsername": "paulmelnikow"
"githubUsername": "paulmelnikow",
"url": "https://github.com/paulmelnikow"
}
],
"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -23,4 +24,4 @@ "type": "git",

"dependencies": {},
"typesPublisherContentHash": "df32461898c4e8c2238b010fd07e9f90a7d251d00b197206909ab225ff8f25f4",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "e36f8b98a57d98029d04b96c0986b9cd18826809435dc83130004aaade9beeeb",
"typeScriptVersion": "4.5"
}

@@ -8,10 +8,24 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/human-interval
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/human-interval.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/human-interval/index.d.ts)
````ts
declare function humanInterval(time?: string): number | undefined;
Additional Details
* Last updated: Fri, 28 Jun 2019 00:12:08 GMT
declare namespace humanInterval {
interface LanguageMap {
[s: string]: number;
}
let languageMap: LanguageMap;
}
export = humanInterval;
````
### Additional Details
* Last updated: Wed, 18 Oct 2023 01:17:35 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by Paul Melnikow <https://github.com/paulmelnikow>.
These definitions were written by [Paul Melnikow](https://github.com/paulmelnikow).

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