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

diagnostic-channel-publishers

Package Overview
Dependencies
Maintainers
5
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.0.0 to 0.1.0

.dist/src/bunyan.pub.d.ts

39

package.json
{
"name": "diagnostic-channel-publishers",
"version": "0.0.0",
"main": "index.js",
"license": "MIT"
"name": "diagnostic-channel-publishers",
"version": "0.1.0",
"main": ".dist/src/index.js",
"types": ".dist/src/index.d.ts",
"scripts": {
"build": "tsc --outDir ./.dist && node copyTestAssets.js",
"lint": "tslint -c tslint.json -p tsconfig.json",
"clean": "rimraf ./.dist",
"prepublish": "npm run lint && npm run build",
"test": "npm run build && mocha .dist/tests"
},
"devDependencies": {
"@types/mocha": "^2.2.40",
"@types/node": "^7.0.12",
"diagnostic-channel": "../diagnostic-channel",
"mocha": "^3.2.0",
"rimraf": "^2.6.1",
"tslint": "^5.0.0",
"typescript": "^2.2.1",
"redis": "^2.7.1",
"mysql": "2.13.0",
"mongodb": "^2.2.25",
"zone.js": "^0.8.5"
},
"peerDependencies": {
"diagnostic-channel": "*"
},
"files": [
".dist/src/**/*.d.ts",
".dist/src/**/*.js",
"LICENSE",
"README.md",
"package.json"
],
"license": "MIT"
}
index.js
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