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

@types/pino

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/pino - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

pino/index.d.ts

7

pino/package.json
{
"name": "@types/pino",
"version": "1.0.4",
"version": "1.0.5",
"description": "TypeScript definitions for pino v1.0.1",

@@ -16,4 +16,5 @@ "license": "MIT",

},
"typings": "pino.d.ts",
"typesPublisherContentHash": "543d69921e05af69b92deb7c418e8a741b315506569bb1c909973cc2c2d1e890"
"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "e80ee9ef2cabd412453138fcc70aee2ae61a389904a7b8dc847ec3317dad4bc9"
}

@@ -11,6 +11,6 @@ # Installation

Additional Details
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT
* File structure: DeclareModule
* Last updated: Mon, 21 Nov 2016 21:02:58 GMT
* File structure: ModuleAugmentation
* Library Dependencies: node
* Module Dependencies: none
* Module Dependencies: stream
* Global values: none

@@ -17,0 +17,0 @@

{
"authors": "Peter Snider <https://github.com/psnider>",
"definitionFilename": "pino.d.ts",
"definitionFilename": "index.d.ts",
"libraryDependencies": [
"node"
],
"moduleDependencies": [],
"libraryMajorVersion": "1",
"libraryMinorVersion": "0",
"moduleDependencies": [
"stream"
],
"libraryMajorVersion": 1,
"libraryMinorVersion": 0,
"libraryName": "pino v1.0.1",

@@ -15,3 +17,3 @@ "typingsPackageName": "pino",

"sourceBranch": "types-2.0",
"kind": "DeclareModule",
"kind": "ModuleAugmentation",
"globals": [],

@@ -22,6 +24,6 @@ "declaredModules": [

"files": [
"pino.d.ts"
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "543d69921e05af69b92deb7c418e8a741b315506569bb1c909973cc2c2d1e890"
"contentHash": "e80ee9ef2cabd412453138fcc70aee2ae61a389904a7b8dc847ec3317dad4bc9"
}
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