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

@types/bunyan-format

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/bunyan-format - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

17

bunyan-format/index.d.ts

@@ -26,12 +26,11 @@ // Type definitions for bunyan-format 0.2

// tslint:disable-next-line no-empty-interface
interface BunyanFormatWritable extends Writable {}
declare var BunyanFormatWritable: {
/** Creates a writable stream that formats bunyan records written to it. */
/** Creates a writable stream that formats bunyan records written to it. */
interface BunyanFormatWritable extends Writable {
// tslint:disable-next-line no-misused-new
new (options: BunyanFormatWritable.Options, output?: Writable): BunyanFormatWritable;
(options: BunyanFormatWritable.Options, output?: Writable): BunyanFormatWritable;
/** Creates a writable stream that formats bunyan records written to it. */
new (options: BunyanFormatWritable.Options, output?: Writable): BunyanFormatWritable;
};
}
export = BunyanFormatWritable;
declare const BunyanFormat: BunyanFormatWritable;
export = BunyanFormat;
{
"name": "@types/bunyan-format",
"version": "0.2.2",
"version": "0.2.3",
"description": "TypeScript definitions for bunyan-format",

@@ -29,4 +29,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "c29a07c13534e9e49f4ba4ce7c65138a273c23dc4a4c54987dd7499d5b78ec6f",
"typesPublisherContentHash": "aff8e0b234289a72f4121dcab442533e94e7dee212802623fce45d655df35627",
"typeScriptVersion": "2.8"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Mon, 18 Nov 2019 21:57:35 GMT
* Last updated: Wed, 20 Nov 2019 19:42:37 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none

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