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.1 to 0.2.2

15

bunyan-format/index.d.ts

@@ -6,3 +6,3 @@ // Type definitions for bunyan-format 0.2

// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.6
// TypeScript Version: 2.1

@@ -27,9 +27,12 @@ /// <reference types="node" />

declare class BunyanFormatWritable extends Writable {
// 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. */
constructor(options: BunyanFormatWritable.Options, output?: Writable);
}
(options: BunyanFormatWritable.Options, output?: Writable): BunyanFormatWritable;
/** Creates a writable stream that formats bunyan records written to it. */
new (options: BunyanFormatWritable.Options, output?: Writable): BunyanFormatWritable;
};
declare function BunyanFormatWritable(options: BunyanFormatWritable.Options, output?: Writable): BunyanFormatWritable;
export = BunyanFormatWritable;

6

bunyan-format/package.json
{
"name": "@types/bunyan-format",
"version": "0.2.1",
"version": "0.2.2",
"description": "TypeScript definitions for bunyan-format",

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

},
"typesPublisherContentHash": "4da9c120f497e19db8971430978d7f297b7185288cef717b1f779c46d5974d74",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "c29a07c13534e9e49f4ba4ce7c65138a273c23dc4a4c54987dd7499d5b78ec6f",
"typeScriptVersion": "2.8"
}

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

### Additional Details
* Last updated: Sat, 16 Nov 2019 00:27:47 GMT
* Last updated: Mon, 18 Nov 2019 21:57:35 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