Socket
Socket
Sign inDemoInstall

event-promise

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 1.0.0

gulpfile.js

32

package.json
{
"name": "event-promise",
"version": "0.0.1",
"version": "1.0.0",
"description": "promises for events",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/rschaosid/node-event-promise.git"
},
"main": "lib/main.js",
"keywords": [

@@ -15,9 +11,23 @@ "once"

"license": "MIT",
"bugs": {
"url": "https://github.com/rschaosid/node-event-promise/issues"
"scripts": {
"build": "node_modules/.bin/gulp build",
"prepublish": "$npm_package_scripts_build"
},
"homepage": "https://github.com/rschaosid/node-event-promise",
"dependencies": {
"promise": "^5.0.0"
"devDependencies": {
"babel-core": "^6.9.1",
"babel-plugin-transform-async-to-generator": "^6.8.0",
"babel-plugin-transform-class-properties": "^6.9.1",
"babel-plugin-transform-do-expressions": "^6.8.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.8.0",
"babel-plugin-transform-exponentiation-operator": "^6.8.0",
"babel-plugin-transform-export-extensions": "^6.8.0",
"babel-plugin-transform-function-bind": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-plugin-transform-strict-mode": "^6.8.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-plumber": "^1.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-watch": "^4.3.6"
}
}
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