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

diagnostic-channel-publishers

Package Overview
Dependencies
Maintainers
6
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

diagnostic-channel-publishers - npm Package Compare versions

Comparing version 0.1.3 to 0.2.0

dist/src/bunyan.pub.d.ts

37

package.json
{
"name": "diagnostic-channel-publishers",
"version": "0.1.3",
"main": ".dist/src/index.js",
"types": ".dist/src/index.d.ts",
"version": "0.2.0",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"build": "tsc --outDir ./.dist && node copyTestAssets.js",
"build": "tsc && node copyTestAssets.js",
"lint": "tslint -c tslint.json -p tsconfig.json",
"clean": "rimraf ./.dist",
"test": "mocha ./.dist/tests/{*.js,**/*.js}"
"clean": "rimraf ./dist",
"test": "mocha ./dist/tests/{*.js,**/*.js}"
},
"homepage": "https://github.com/Microsoft/node-diagnostic-channel",
"bugs": {
"url": "https://github.com/Microsoft/node-diagnostic-channel/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/node-diagnostic-channel.git"
},
"description": "A collection of pre-built module patches that enable existing npm modules to publish diagnostic data",
"devDependencies": {
"@types/mocha": "^2.2.40",
"@types/node": "^7.0.12",
"diagnostic-channel": "0.1.0",
"diagnostic-channel": "0.2.0",
"mocha": "^3.2.0",
"mongodb": "^2.2.25",
"mysql": "^2.13.0",
"pg": "^6.4.1",
"q": "1.5.0",
"redis": "^2.7.1",
"rimraf": "^2.6.1",
"tslint": "^5.0.0",
"typescript": "^2.2.1",
"redis": "^2.7.1",
"mysql": "2.13.0",
"mongodb": "^2.2.25",
"q": "1.5.0",
"winston": "^2.3.1",
"zone.js": "^0.8.5"

@@ -30,4 +41,4 @@ },

"files": [
".dist/src/**/*.d.ts",
".dist/src/**/*.js",
"dist/src/**/*.d.ts",
"dist/src/**/*.js",
"LICENSE",

@@ -34,0 +45,0 @@ "README.md",

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