New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

quintoandar-kafka

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quintoandar-kafka - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

types/index.d.ts

14

package.json
{
"name": "quintoandar-kafka",
"version": "0.0.10",
"version": "0.0.11",
"description": "Default Kafka NodeJS lib for QuintoAndar",
"main": "src/main.js",
"types": "types/index.d.ts",
"dependencies": {

@@ -13,2 +14,3 @@ "kafka-node": "git+https://github.com/thspinto/kafka-node.git#v2.6.2-rc1",

"devDependencies": {
"@types/node": "^10.0.0",
"EventEmitter": "^1.0.0",

@@ -19,7 +21,11 @@ "eslint": "^4.7.2",

"jest": "^21.2.1",
"jest-cli": "^22.0.3"
"jest-cli": "^22.0.3",
"tslint": "^5.10.0",
"tslint-config-semistandard": "^7.0.0",
"typescript": "^2.8.3"
},
"scripts": {
"test": "jest --config jest.config.json --coverage --forceExit",
"eslint": "eslint ./"
"test": "npm run eslint && jest --config jest.config.json --coverage --forceExit",
"eslint": "eslint ./ && npm run eslint:ts",
"eslint:ts": "tslint --project ./types/tsconfig.json --config ./types/tslint.json && tsc --project types"
},

@@ -26,0 +32,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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