
Security News
pnpm 11.10 Hardens Registry Authentication to Block Token Redirection
pnpm 11.10 hardens registry auth to block token redirection, tightens pack-app and deploy, and makes the Rust port (v12) installable.
is-document.all
Advanced tools
Is this value `document.all`, i.e. an object with the [[IsHTMLDDA]] internal slot?
Is this value document.all, i.e. an object with the [[IsHTMLDDA]] internal slot?
var isDocumentAll = require('is-document.all');
var assert = require('assert');
assert(!isDocumentAll(undefined));
assert(!isDocumentAll(null));
assert(!isDocumentAll({}));
assert(!isDocumentAll(function () {}));
// in a browser:
assert(isDocumentAll(document.all));
Simply clone the repo, npm install, and run npm test
FAQs
Is this value `document.all`, i.e. an object with the [[IsHTMLDDA]] internal slot?
The npm package is-document.all receives a total of 14,379,768 weekly downloads. As such, is-document.all popularity was classified as popular.
We found that is-document.all demonstrated a healthy version release cadence and project activity because the last version was released less than 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
pnpm 11.10 hardens registry auth to block token redirection, tightens pack-app and deploy, and makes the Rust port (v12) installable.

Security News
/Research
Socket uncovered 17 malicious npm and PyPI packages typosquatting Paysafe, Skrill, and Neteller SDKs to steal developer secrets.

Security News
Node.js is debating whether AI-driven security report volume warrants moving more vulnerability reports into public workflows.