@types/tempfile
Advanced tools
Comparing version 1.1.5 to 2.0.0
@@ -1,10 +0,10 @@ | ||
// Type definitions for tempfile v1.1.0 | ||
// Type definitions for tempfile 2.0 | ||
// Project: https://github.com/sindresorhus/tempfile | ||
// Definitions by: Sam Verschueren <https://github.com/SamVerschueren> | ||
// BendingBender <https://github.com/BendingBender> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
declare module "tempfile" { | ||
function tempfile(extension?: string): string; | ||
module tempfile {} | ||
export = tempfile; | ||
} | ||
export = tempfile; | ||
declare function tempfile(extension?: string): string; | ||
declare namespace tempfile {} |
{ | ||
"name": "@types/tempfile", | ||
"version": "1.1.5", | ||
"description": "TypeScript definitions for tempfile v1.1.0", | ||
"version": "2.0.0", | ||
"description": "TypeScript definitions for tempfile", | ||
"license": "MIT", | ||
"author": "Sam Verschueren <https://github.com/SamVerschueren>", | ||
"contributors": [ | ||
{ | ||
"name": "Sam Verschueren", | ||
"url": "https://github.com/SamVerschueren" | ||
}, | ||
{ | ||
"name": "BendingBender", | ||
"url": "https://github.com/BendingBender" | ||
} | ||
], | ||
"main": "", | ||
@@ -15,4 +24,4 @@ "repository": { | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "288752b5724e896eb8367f51a4fefaa53d99344810ad294a3dc92b0c17bdfdbb" | ||
"typesPublisherContentHash": "517aa9de0bb9419be9840308735f7b4fd98f7f3223665770bb20bd3f383645c4", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,15 +5,13 @@ # Installation | ||
# Summary | ||
This package contains type definitions for tempfile v1.1.0 (https://github.com/sindresorhus/tempfile). | ||
This package contains type definitions for tempfile (https://github.com/sindresorhus/tempfile). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/tempfile | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tempfile | ||
Additional Details | ||
* Last updated: Wed, 05 Oct 2016 20:53:41 GMT | ||
* File structure: DeclareModule | ||
* Library Dependencies: none | ||
* Module Dependencies: none | ||
* Last updated: Fri, 11 Aug 2017 22:24:19 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Sam Verschueren <https://github.com/SamVerschueren>. | ||
These definitions were written by Sam Verschueren <https://github.com/SamVerschueren>, BendingBender <https://github.com/BendingBender>. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2888
8
17
1