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

eventproxy

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eventproxy - npm Package Compare versions

Comparing version 0.3.5 to 1.0.0

index.d.ts

2

lib/eventproxy.js

@@ -54,3 +54,3 @@ /*global define*/

* Passing __ALL_EVENT__ will bind the callback to all events fired.
* Examples:
* Examples:
* ```js

@@ -57,0 +57,0 @@ * var proxy = new EventProxy();

@@ -17,10 +17,14 @@ {

"dependencies": {
"debug": "2.2.0"
"debug": "^2.6.8"
},
"devDependencies": {
"autod": "*",
"browser": "0.2.6",
"chai": "3.2.0",
"contributors": "*",
"growl": "1.9.2",
"eventproxy": "0.3.4",
"growl": "1.8.1",
"istanbul": "*",
"mocha": "2.5.3",
"jade": "1.11.0",
"mocha": "2.3.2",
"pedding": "1.0.0"

@@ -35,16 +39,15 @@ },

},
"version": "0.3.5",
"version": "1.0.0",
"main": "index.js",
"types": "index.d.ts",
"directories": {
"doc": "doc",
"test": "test"
},
"license": "MIT",
"spm": {
"main": "index.js",
"ignore": ["test"]
},
"files": [
"lib",
"index.js"
"index.js",
"index.d.ts",
"lib"
]
}

@@ -1,2 +0,2 @@

EventProxy [![Build Status](https://secure.travis-ci.org/JacksonTian/eventproxy.png)](http://travis-ci.org/JacksonTian/eventproxy) [![NPM version](https://badge.fury.io/js/eventproxy.png)](http://badge.fury.io/js/eventproxy) [![spm package](http://spmjs.io/badge/eventproxy)](http://spmjs.io/package/eventproxy) [English Doc](https://github.com/JacksonTian/eventproxy/blob/master/README_en.md)
EventProxy [![Build Status](https://secure.travis-ci.org/JacksonTian/eventproxy.png)](http://travis-ci.org/JacksonTian/eventproxy) [![NPM version](https://badge.fury.io/js/eventproxy.png)](http://badge.fury.io/js/eventproxy) [English Doc](https://github.com/JacksonTian/eventproxy/blob/master/README_en.md)
======

@@ -518,6 +518,6 @@

- 请勿使用`all`作为业务中的事件名。该事件名为保留事件。
- 异常处理部分,请遵循Node的最佳实践(回调函数首个参数为异常传递位)。
- 异常处理部分,请遵循 Node 的最佳实践(回调函数首个参数为异常传递位)。
## 贡献者们
谢谢EventProxy的使用者们,享受EventProxy的过程,也给EventProxy回馈良多。
谢谢 EventProxy 的使用者们,享受 EventProxy 的过程,也给 EventProxy 回馈良多。

@@ -554,3 +554,1 @@ ```bash

![捐赠EventProxy](https://cloud.githubusercontent.com/assets/327019/2941591/2b9e5e58-d9a7-11e3-9e80-c25aba0a48a1.png)
或者[![](http://img.shields.io/gratipay/JacksonTian.svg)](https://www.gittip.com/JacksonTian/)
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