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

@types/tempfile

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/tempfile - npm Package Compare versions

Comparing version 1.1.5 to 2.0.0

tempfile/LICENSE

12

tempfile/index.d.ts

@@ -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>.
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