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

hook-emitter

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hook-emitter - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

test/foo/test-shibby.js

5

gulpfile.js

@@ -63,6 +63,7 @@ 'use strict';

.pipe($.plumber())
.pipe($.debug({ title: 'test' }))
.pipe($.debug({ title: 'compile' }))
.pipe($.babel())
.pipe($.injectModules())
.pipe($.filter('**/*.js'))
.pipe($.filter('test/**/*.js'))
.pipe($.debug({ title: 'test' }))
.pipe($.mocha());

@@ -69,0 +70,0 @@ });

7

package.json
{
"name": "hook-emitter",
"version": "0.1.5",
"version": "0.1.6",
"description": "Event emitter with support for asynchronous handlers and a sweet function hook mechanism.",

@@ -34,3 +34,3 @@ "main": "./dist/index.js",

"gulp-eslint": "^2.0.0",
"gulp-filter": "^3.0.1",
"gulp-filter": "git+https://github.com/appcelerator/gulp-filter.git#cwd-fix",
"gulp-inject-modules": "^0.1.0",

@@ -47,3 +47,6 @@ "gulp-load-plugins": "^1.2.0",

"url": "git://github.com/cb1kenobi/hook-emitter.git"
},
"engines": {
"node": ">=4.0.0"
}
}
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