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

@types/consolidate

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/consolidate - npm Package Compare versions

Comparing version 0.0.31 to 0.0.32

consolidate/LICENSE

14

consolidate/index.d.ts
// Type definitions for consolidate
// Project: https://github.com/visionmedia/consolidate.js
// Definitions by: Carlos Ballesteros Velasco <https://github.com/soywiz>, Theo Sherry <https://github.com/theosherry>
// Definitions by: Carlos Ballesteros Velasco <https://github.com/soywiz>, Theo Sherry <https://github.com/theosherry>, Nicolas Henry <https://github.com/nicolashenry>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -64,13 +64,13 @@

interface RendererInterface {
render(path: String, fn: (err: Error, html: String) => any): any;
render(path: string, fn: (err: Error, html: string) => any): any;
render(path: String, options: { cache?: boolean, [otherOptions: string]: any }, fn: (err: Error, html: String) => any): any;
render(path: string, options: { cache?: boolean, [otherOptions: string]: any }, fn: (err: Error, html: string) => any): any;
render(path: String, options?: { cache?: boolean, [otherOptions: string]: any }): Promise<String>;
render(path: string, options?: { cache?: boolean, [otherOptions: string]: any }): Promise<string>;
(path: String, fn: (err: Error, html: String) => any): any;
(path: string, fn: (err: Error, html: string) => any): any;
(path: String, options: { cache?: boolean, [otherOptions: string]: any }, fn: (err: Error, html: String) => any): any;
(path: string, options: { cache?: boolean, [otherOptions: string]: any }, fn: (err: Error, html: string) => any): any;
(path: String, options?: { cache?: boolean, [otherOptions: string]: any }): Promise<String>;
(path: string, options?: { cache?: boolean, [otherOptions: string]: any }): Promise<string>;
}
{
"name": "@types/consolidate",
"version": "0.0.31",
"version": "0.0.32",
"description": "TypeScript definitions for consolidate",
"license": "MIT",
"author": "Carlos Ballesteros Velasco <https://github.com/soywiz>, Theo Sherry <https://github.com/theosherry>",
"contributors": [
{
"name": "Carlos Ballesteros Velasco",
"url": "https://github.com/soywiz"
},
{
"name": "Theo Sherry",
"url": "https://github.com/theosherry"
},
{
"name": "Nicolas Henry",
"url": "https://github.com/nicolashenry"
}
],
"main": "",

@@ -14,8 +27,8 @@ "repository": {

"dependencies": {
"@types/bluebird": "*",
"@types/node": "*"
"@types/node": "*",
"@types/bluebird": "*"
},
"peerDependencies": {},
"typesPublisherContentHash": "56910ba889f6f798af65aec3f84d20a10149f0c8ad390ede534c6929600800b9",
"typesPublisherContentHash": "677f3e454aec0ab242c496c0e6025aad4aea37a57c40756f6192b7e470abcd40",
"typeScriptVersion": "2.0"
}

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

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/consolidate
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/consolidate
Additional Details
* Last updated: Sun, 01 Jan 2017 02:52:53 GMT
* Library Dependencies: bluebird, node
* Module Dependencies: none
* Last updated: Fri, 02 Jun 2017 16:37:08 GMT
* Dependencies: node, bluebird
* Global values: none
# Credits
These definitions were written by Carlos Ballesteros Velasco <https://github.com/soywiz>, Theo Sherry <https://github.com/theosherry>.
These definitions were written by Carlos Ballesteros Velasco <https://github.com/soywiz>, Theo Sherry <https://github.com/theosherry>, Nicolas Henry <https://github.com/nicolashenry>.
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