dom-delegate
Advanced tools
Comparing version 0.4.0 to 0.5.0
@@ -315,2 +315,3 @@ /*jshint browser:true, node:true*/ | ||
event[EVENTIGNORE] = true; | ||
event.preventDefault(); | ||
return; | ||
@@ -317,0 +318,0 @@ } |
{ | ||
"name": "dom-delegate", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"author": "FT Labs <enquiries@labs.ft.com> (http://labs.ft.com/)", | ||
@@ -20,3 +20,3 @@ "description": "Create and manage a DOM event delegator.", | ||
"scripts": { | ||
"test": "./node_modules/.bin/buster test" | ||
"test": "./node_modules/.bin/grunt && ./node_modules/.bin/buster test" | ||
}, | ||
@@ -23,0 +23,0 @@ "keywords": [ |
@@ -92,3 +92,3 @@ # ftdomdelegate [![Build Status](https://travis-ci.org/ftlabs/ftdomdelegate.png?branch=master)](https://travis-ci.org/ftlabs/ftdomdelegate) | ||
$ cd ftdomdelegate/ | ||
$ buster static -c test/buster.js | ||
$ ./node_modules/.bin/buster-static -c test/buster.js | ||
Starting server on http://localhost:8282/ | ||
@@ -100,3 +100,3 @@ ``` | ||
``` | ||
$ buster server | ||
$ ./node_modules/.bin/buster-server | ||
buster-server running on http://localhost:1111 | ||
@@ -108,3 +108,3 @@ ``` | ||
``` | ||
$ buster test -c test/buster.js | ||
$ ./node_modules/.bin/buster-test -c test/buster.js | ||
``` | ||
@@ -111,0 +111,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
1
0
20013
9
417