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

@getanthill/event-source

Package Overview
Dependencies
Maintainers
5
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getanthill/event-source - npm Package Compare versions

Comparing version 0.12.2 to 0.12.3

1

dist/EventSourced.d.ts
import * as ERRORS from './errors';
import { Db } from 'mongodb';
interface Logger {
trace: Function;
info: Function;

@@ -6,0 +5,0 @@ warn: Function;

@@ -357,3 +357,2 @@ "use strict";

this.logger = {
trace: () => null,
info: () => null,

@@ -360,0 +359,0 @@ warn: () => null,

2

package.json
{
"name": "@getanthill/event-source",
"version": "0.12.2",
"version": "0.12.3",
"description": "Event-sourced data store handling library",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -17,3 +17,2 @@ import { strict as assert } from 'assert';

interface Logger {
trace: Function;
info: Function;

@@ -569,3 +568,2 @@ warn: Function;

logger: Logger = {
trace: () => null,
info: () => null,

@@ -572,0 +570,0 @@ warn: () => null,

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