insert-after
Advanced tools
Weekly downloads
Readme
Insert node after
npm install --save insert-after
import insertAfter from 'insert-after';
const node = document.createElement('div');
insertAfter(node, document.querySelector('.ref'));
Type: element
Node for insert.
Type: element
Reference node, after which node
will be inserted.
MIT
FAQs
Insert node after
The npm package insert-after receives a total of 271 weekly downloads. As such, insert-after popularity was classified as not popular.
We found that insert-after 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 installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.