@beyond-js/events
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "@beyond-js/events", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"title": "Event Emitter Library for JavaScript - Create event-driven architecture in any environment", | ||
@@ -12,3 +12,3 @@ "description": "Event Emitter Library for JavaScript. It allows you to create objects that can generate events based on certain actions, and other objects can subscribe and unsubscribe to these events, making it easy for the developer to execute tasks based on the events being fired. This library is versatile and can be used in any environment, not just in Node or on the web. It can be used to implement an event-driven architecture, even on the client-side. It is particularly useful in view libraries like React, Vue, or Svelte, where it can be used to create reactive models that trigger events and update views accordingly.", | ||
"exports": { | ||
".": { | ||
"./events": { | ||
"types": "./events/events.d.ts", | ||
@@ -15,0 +15,0 @@ "amd": "./events/events.amd.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
68379
23
1
89