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

event-emitter-grouped

Package Overview
Dependencies
Maintainers
2
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

event-emitter-grouped - npm Package Compare versions

Comparing version 2.7.0 to 2.7.1

edition-browsers/index.js

5

HISTORY.md
# History
## v2.7.1 2018 September 3
- Updated base files and [editions](https://github.com/bevry/editions) using [boundation](https://github.com/bevry/boundation)
## v2.7.0 2018 August 19
- Updated base files using [boundation](https://github.com/bevry/boundation)
- Updated base files and [editions](https://github.com/bevry/editions) using [boundation](https://github.com/bevry/boundation)

@@ -6,0 +9,0 @@ ## v2.6.1 2018 July 13

26

package.json
{
"title": "Event Emitter Grouped",
"name": "event-emitter-grouped",
"version": "2.7.0",
"version": "2.7.1",
"description": "Emit events in serial or parallel with support for synchronous and asynchronous listeners",

@@ -80,3 +80,3 @@ "homepage": "https://github.com/bevry/event-emitter-grouped",

"description": "esnext compiled for browsers with require for modules",
"directory": "edition:browsers",
"directory": "edition-browsers",
"entry": "index.js",

@@ -94,3 +94,3 @@ "syntaxes": [

"description": "esnext compiled for node.js >=0.8 with require for modules",
"directory": "edition:node:0.8",
"directory": "edition-node-0.8",
"entry": "index.js",

@@ -108,5 +108,5 @@ "syntaxes": [

"main": "index.js",
"browser": "edition:browsers/index.js",
"browser": "edition-browsers/index.js",
"dependencies": {
"editions": "^2.0.0",
"editions": "^2.0.2",
"taskgroup": "^5.0.0",

@@ -120,4 +120,4 @@ "unbounded": "^1.1.0"

"babel-preset-es2015": "^6.24.1",
"documentation": "^8.1.1",
"eslint": "^5.4.0",
"documentation": "^8.1.2",
"eslint": "^5.5.0",
"eslint-plugin-babel": "^5.1.0",

@@ -131,7 +131,5 @@ "joe": "^2.0.2",

"our:clean": "rm -Rf ./docs ./edition:* ./es2015 ./es5 ./out",
"our:compile": "npm run our:compile:edition",
"our:compile:edition": "npm run our:compile:edition:browsers && npm run our:compile:edition:node",
"our:compile:edition:browsers": "env BABEL_ENV=edition:browsers babel --out-dir ./edition:browsers ./source",
"our:compile:edition:node": "npm run our:compile:edition:node:0.8",
"our:compile:edition:node:0.8": "env BABEL_ENV=edition:node:0.8 babel --out-dir ./edition:node:0.8 ./source",
"our:compile": "npm run our:compile:edition-browsers && npm run our:compile:edition-node-0.8",
"our:compile:edition-browsers": "env BABEL_ENV=edition-browsers babel --out-dir ./edition-browsers ./source",
"our:compile:edition-node-0.8": "env BABEL_ENV=edition-node-0.8 babel --out-dir ./edition-node-0.8 ./source",
"our:deploy": "echo no need for this project",

@@ -156,3 +154,3 @@ "our:meta": "npm run our:meta:docs && npm run our:meta:projectz",

"env": {
"edition:browsers": {
"edition-browsers": {
"presets": [

@@ -169,3 +167,3 @@ [

},
"edition:node:0.8": {
"edition-node-0.8": {
"presets": [

@@ -172,0 +170,0 @@ [

@@ -44,3 +44,3 @@ <!-- TITLE/ -->

<li>Module: <code>require('event-emitter-grouped')</code></li>
<li>CDN URL: <code>//wzrd.in/bundle/event-emitter-grouped@2.7.0</code></li></ul>
<li>CDN URL: <code>//wzrd.in/bundle/event-emitter-grouped@2.7.1</code></li></ul>

@@ -57,4 +57,4 @@ <a href="http://enderjs.com" title="Ender is a full featured package manager for your browser"><h3>Ender</h3></a><ul>

<li><code>event-emitter-grouped/source/index.js</code> is esnext source code with require for modules</li>
<li><code>event-emitter-grouped/edition:browsers/index.js</code> is esnext compiled for browsers with require for modules</li>
<li><code>event-emitter-grouped/edition:node:0.8/index.js</code> is esnext compiled for node.js >=0.8 with require for modules</li></ul>
<li><code>event-emitter-grouped/edition-browsers/index.js</code> is esnext compiled for browsers with require for modules</li>
<li><code>event-emitter-grouped/edition-node-0.8/index.js</code> is esnext compiled for node.js >=0.8 with require for modules</li></ul>

@@ -61,0 +61,0 @@ <!-- /INSTALL -->

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