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

glob-events

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glob-events - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

4

CHANGES.md
# Changes
## 0.4.1
- Invoke once listener with scope object
## 0.4.0

@@ -4,0 +8,0 @@

2

lib/events.js

@@ -84,3 +84,3 @@ /*

s.remove(name, f);
fn.apply(null, arguments);
fn.apply(this, arguments);
};

@@ -87,0 +87,0 @@ f._once = fn;

{
"name" : "glob-events",
"version" : "0.4.0",
"version" : "0.4.1",
"description" : "Event emitter with glob support on event names",

@@ -5,0 +5,0 @@ "keywords" : ["event", "emitter", "glob", "listener"],

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