ak-delegate
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -1,1 +0,1 @@ | ||
module.exports = process.env.TEST_COVERAGE ? require('./lib-cov/delegate') : require('./lib/delegate'); | ||
module.exports = require('./lib/delegate'); |
{ | ||
"name": "ak-delegate", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "dom event delegation", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -5,3 +5,3 @@ /*global describe, it*/ | ||
var delegate = require('../'); | ||
var delegate = process.env.AK_DELEGATE_TEST_COVERAGE ? require('../lib-cov/delegate') : require('../'); | ||
@@ -8,0 +8,0 @@ document.body.innerHTML += |
Sorry, the diff of this file is not supported yet
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
12563