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

@codescouts/events

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codescouts/events - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

1

lib/Handler.d.ts

@@ -7,4 +7,5 @@ import { DomainEvent } from "./DomainEvent";

constructor(eventClassReference: Newly<E>);
dispose(): void;
protected abstract handle(event: E): void | Promise<void>;
}
//# sourceMappingURL=Handler.d.ts.map

@@ -12,2 +12,5 @@ "use strict";

}
Handler.prototype.dispose = function () {
DomainEvents_1.DomainEvents.remove(this.handle.bind(this));
};
return Handler;

@@ -14,0 +17,0 @@ }());

2

package.json
{
"name": "@codescouts/events",
"version": "1.0.3",
"version": "1.0.4",
"main": "./lib/index.js",

@@ -5,0 +5,0 @@ "types": "./lib/index.d.ts",

Sorry, the diff of this file is not supported yet

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