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

@ovotech/castle

Package Overview
Dependencies
Maintainers
104
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ovotech/castle - npm Package Compare versions

Comparing version 0.1.4 to 0.2.0

dist/middlewares/logging.d.ts

1

dist/index.d.ts
export { createCastle, produce, consumeEachMessage, consumeEachBatch } from './castle';
export { CastleEachMessagePayload, CastleEachBatchPayload, Resolver, Middleware, CastleConsumerConfig, CastleConsumer, CastleConfig, Castle, } from './types';
export { describeCastle } from './describe';
export { createLogging, toLogCreator, LoggingContext, LoggerOptions, Logger, } from './middlewares/logging';

@@ -10,1 +10,4 @@ "use strict";

exports.describeCastle = describe_1.describeCastle;
var logging_1 = require("./middlewares/logging");
exports.createLogging = logging_1.createLogging;
exports.toLogCreator = logging_1.toLogCreator;

7

package.json
{
"name": "@ovotech/castle",
"version": "0.1.4",
"version": "0.2.0",
"main": "dist/index.js",

@@ -27,3 +27,4 @@ "types": "dist/index.d.ts",

"typescript": "^3.7.3",
"uuid": "^3.3.3"
"uuid": "^3.3.3",
"winston": "^3.2.1"
},

@@ -45,3 +46,3 @@ "scripts": {

},
"gitHead": "2ff18526dc934b83619b15868aabbf19f8299fe5"
"gitHead": "1d43fe50bde26954e6ec94428422d183cd8ed173"
}
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