
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
es-env-polyfills
Advanced tools
Adding a bunch of polyfills to your Node.js environments!
npm install es-env-polyfills --save
Just require it before anything else (so dependent packages can benefit from the polyfills)
require('es-env-polyfills');
For now, this has only been tested and used on Node.js™ 0.10. It should work fine on 0.12 and io.js but in the unlikely case you run into problems, please file an issue
These are only the polyfills I've been needing so far in various projects. This repo is happily accepting pull requests if you want to see other polyfills!
ISC
MDN polyfills are MIT licenced or dedicated to the Public Domain
es6-set/map/weak-map and es6-promise are MIT-licenced (see package dependencies)
FAQs
Adding polyfills to a Node.js environment
The npm package es-env-polyfills receives a total of 1 weekly downloads. As such, es-env-polyfills popularity was classified as not popular.
We found that es-env-polyfills 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
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.