Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
@sebgroup/document-write-intervene
Advanced tools
Prevent document write from writing to your document and instead insert a new script to the dom.
Overwrites document.write
function and will prevent it from clearing your document contents due to how document.write
works when the document has been loaded.
It checks if the markup is a <script>
tag and will load it asynchronous.
Otherwise it will insert the contents using insertAdjacentHTML
on the body
Tested inside an Angular project.
It should work seamlessly with a React project.
Otherwise you could have a look at browserify
to integrate it in your project
Install via npm:
$ npm install document-write-intervene
require('document-write-intervene')()
Unit tests:
$ npm t
E2E tests:
$ npm run webdriver:start
and then
$ npm run e2e
FAQs
Prevent document write from writing to your document and instead insert a new script to the dom.
The npm package @sebgroup/document-write-intervene receives a total of 2 weekly downloads. As such, @sebgroup/document-write-intervene popularity was classified as not popular.
We found that @sebgroup/document-write-intervene demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers 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.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.