Socket
Socket
Sign inDemoInstall

uhooks-dom

Package Overview
Dependencies
5
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.4 to 0.2.5

2

cjs/async.js
'use strict';
/*! (c) Andrea Giammarchi - ISC */
const CustomEvent = (m => m.__esModule ? /* istanbul ignore next */ m.default : /* istanbul ignore next */ m)(require('@ungap/custom-event'));
const CustomEvent = (m => /* c8 ignore start */ m.__esModule ? m.default : m /* c8 ignore stop */)(require('@ungap/custom-event'));
const {observe} = require('uconnect');

@@ -6,0 +6,0 @@

'use strict';
/*! (c) Andrea Giammarchi - ISC */
const CustomEvent = (m => m.__esModule ? /* istanbul ignore next */ m.default : /* istanbul ignore next */ m)(require('@ungap/custom-event'));
const CustomEvent = (m => /* c8 ignore start */ m.__esModule ? m.default : m /* c8 ignore stop */)(require('@ungap/custom-event'));
const {observe} = require('uconnect');

@@ -6,0 +6,0 @@

{
"name": "uhooks-dom",
"version": "0.2.4",
"version": "0.2.5",
"description": "A uhooks + uconnect based alternative to dom-augmentor",

@@ -25,11 +25,12 @@ "main": "./cjs/index.js",

"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-node-resolve": "^11.0.1",
"ascjs": "^4.0.3",
"rollup": "^2.36.1",
"@babel/core": "^7.12.17",
"@babel/preset-env": "^7.12.17",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@ungap/degap": "^0.2.4",
"ascjs": "^5.0.1",
"rollup": "^2.39.0",
"rollup-plugin-includepaths": "^0.2.4",
"rollup-plugin-terser": "^7.0.2",
"terser": "^5.5.1"
"terser": "^5.6.0"
},

@@ -52,4 +53,4 @@ "module": "./esm/index.js",

"@ungap/custom-event": "^0.3.1",
"uconnect": "^0.2.7",
"uhooks-fx": "^0.2.3"
"uconnect": "^0.2.8",
"uhooks-fx": "^0.2.4"
},

@@ -56,0 +57,0 @@ "repository": {

# <em>µ</em>hooks-dom
[![CSP strict](https://webreflection.github.io/csp/strict.svg)](https://webreflection.github.io/csp/#-csp-strict)
A [µhooks](https://github.com/WebReflection/uhooks#readme) + [µconnect](https://github.com/WebReflection/uconnect#readme) based alternative to [dom-augmentor](https://github.com/WebReflection/dom-augmentor).
This module exports same utilities via `uhooks-dom/async`, which is based on `uhooks-fx/async` for asynchronous hooks.
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