
Security News
Risky Biz Podcast: AI Agents Are Raising the Stakes for Software Supply Chain Security
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.
a tap plugin
$ npm install --save js-tap
var tap = require('js-tap');
tap('.test',function(){
console.log(this);
})
//event delegation
tap(document,'.test',function(){
console.log(this);
})
//stop propagation/prevent default
tap('.test',function(e){
e.stopPropagation();
//e.preventDefault();
})
- 事件委托可以使用document
- 返回touchend或click事件,可手动进行阻止冒泡等其他操作
- 发布至github及npm(js-tap)
- 可以直接调用及通过事件委托调用
- 增加阻止事件冒泡功能
FAQs
a tap plugin
The npm package js-tap receives a total of 0 weekly downloads. As such, js-tap popularity was classified as not popular.
We found that js-tap demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.

Research
/Security News
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.