New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@types/indefinite

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/indefinite - npm Package Compare versions

Comparing version
2.2.0
to
2.3.0
+9
-5
indefinite/index.d.ts

@@ -1,11 +0,15 @@

// Type definitions for indefinite 2.2
// Type definitions for indefinite 2.3
// Project: https://github.com/tandrewnichols/indefinite
// Definitions by: omaishar <https://github.com/omaishr>
// Definitions by: omaishar <https://github.com/omaishar>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export interface Options {
interface Options {
articleOnly?: boolean;
capitalize?: boolean;
caseInsensitive?: boolean;
numbers?: "colloquial";
numbers?: 'colloquial';
}
export function indefinite(word: string | number, opts?: Options): string;
declare function indefinite(word: string | number, opts?: Options): string;
export = indefinite;
{
"name": "@types/indefinite",
"version": "2.2.0",
"version": "2.3.0",
"description": "TypeScript definitions for indefinite",

@@ -9,16 +9,17 @@ "license": "MIT",

"name": "omaishar",
"url": "https://github.com/omaishr",
"githubUsername": "omaishr"
"url": "https://github.com/omaishar",
"githubUsername": "omaishar"
}
],
"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/indefinite"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "7c5578a8e6bc5579cbdec0ef3660155c0070c0f01c0d9ed45145faabf79b729f",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "0a63fa2c80b12a392a88ab0fd5a3c9c053a61243ccc74e5cbae537851b07d22b",
"typeScriptVersion": "2.8"
}

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

# Summary
This package contains type definitions for indefinite ( https://github.com/tandrewnichols/indefinite ).
This package contains type definitions for indefinite (https://github.com/tandrewnichols/indefinite).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/indefinite
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/indefinite.
Additional Details
* Last updated: Thu, 21 Feb 2019 18:28:56 GMT
### Additional Details
* Last updated: Fri, 15 Nov 2019 23:21:12 GMT
* Dependencies: none

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

# Credits
These definitions were written by omaishar <https://github.com/omaishr>.
These definitions were written by omaishar (https://github.com/omaishar).