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

async-glob-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

async-glob-events - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

4

CHANGES.md
# Changes
## 1.2.0
- Expose `emitter` on scope
## 1.1.0

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

2

lib/events.js

@@ -25,3 +25,3 @@ /*

AsyncEmitter.prototype.emit = function () {
var scope = events.toScope(arguments);
var scope = events.toScope(arguments, this);
var event = scope.event;

@@ -28,0 +28,0 @@ var i = this.iterator(event, scope);

{
"name" : "async-glob-events",
"version" : "1.1.0",
"version" : "1.2.0",
"description" : "Event emitter with glob support on event names and asynchronous listeners",

@@ -13,6 +13,7 @@ "keywords" : ["event", "emitter", "glob", "listener", "async", "return values"],

"scripts" : {
"start" : "mochify --watch",
"lint" : "jslint --color \"**/*.js\"",
"watch" : "mochify --watch",
"lint" : "jslint --edition=latest --color \"**/*.js\"",
"wd" : "mochify --wd",
"test" : "npm run lint && mocha && mochify --cover"
"pretest" : "npm run lint",
"test" : "mocha && mochify --cover"
},

@@ -26,3 +27,3 @@ "repository" : {

"listen" : "^1.0",
"glob-events" : "^1.1"
"glob-events" : "^1.3"
},

@@ -32,3 +33,3 @@ "devDependencies" : {

"mochify" : "^2.0",
"jslint" : "^0.6"
"jslint" : "^0.8"
},

@@ -35,0 +36,0 @@ "files" : ["lib", "README.md", "CHANGES.md", "LICENSE"],

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