Socket
Socket
Sign inDemoInstall

propagate

Package Overview
Dependencies
0
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 2.0.0

46

package.json
{
"name": "propagate",
"description": "Propagate events",
"version": "1.0.0",
"author" : "Pedro Teixeira <pedro.teixeira@gmail.com>",
"contributors" : [
{"name": "Pedro Teixeira"}
"version": "2.0.0",
"author": "Pedro Teixeira <pedro.teixeira@gmail.com>",
"contributors": [
{
"name": "Pedro Teixeira"
}
],
"repository" : {
"type" : "git",
"url" : "http://github.com/pgte/propagate.git"
"repository": {
"type": "git",
"url": "https://github.com/nock/propagate.git"
},
"bugs" : {
"url" : "http://github.com/pgte/propagate/issues"
"bugs": {
"url": "http://github.com/nock/propagate/issues"
},
"engines" : ["node >= 0.8.1"],
"main" : "./index.js",
"dependencies": {
"engines": {
"node": ">= 8"
},
"main": "./index.js",
"dependencies": {},
"devDependencies": {
"tap": "0.3.x"
"semantic-release": "16.0.0-beta.18",
"tap": "^12.6.1"
},
"scripts": { "test": "node node_modules/tap/bin/tap.js tests/index.js" },
"tags": ["event", "emitter", "propagation"],
"scripts": {
"test": "tap --coverage tests/index.js",
"coverage": "tap --coverage-report=html && open coverage/lcov-report/index.html"
},
"nyc": {
"exclude": [
"tests/"
]
},
"tags": [
"event",
"emitter",
"propagation"
],
"license": "MIT"
}
# propagate
[![Build Status](https://travis-ci.org/pgte/propagate.svg?branch=master)](https://travis-ci.org/pgte/propagate)
[![Build Status](https://travis-ci.org/nock/propagate.svg?branch=master)](https://travis-ci.org/nock/propagate)

@@ -5,0 +5,0 @@ Propagate events from one event emitter into another

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc