@awesomeopensource · Post #82 · 03/22/2018, 07:39 AM
Polyfill.io 自动根据UA返回用户浏览器需要的 polyfill 。不用到处找 polyfill 了 语言:#JavaScript 分类:#polyfill 感谢 @wmliyin 的投稿
Hashtags
TGINSIGHT SIMILAR POSTS
Source channel @githubtrending · Post #14721 · May 19
#python#cli#cti#cybersecurity#forensics#hacktoberfest#information_gathering#infosec#linux#osint#pentesting#python#python3#reconnaissance#redteam#sherlock#tools Sherlock is a powerful tool that helps you find social media accounts by username across over 400 networks. It's easy to use and works on many operating systems like macOS, Linux, and Windows. You can install it using methods like `pipx` or Docker, and then simply type the username you want to search for. Sherlock will show you where that username is used on different social media platforms. This tool is useful for gathering information quickly and can be run locally or even online through services like Apify. It saves time and effort in finding accounts across many platforms. https://github.com/sherlock-project/sherlock
Search: #polyfill
@awesomeopensource · Post #82 · 03/22/2018, 07:39 AM
Polyfill.io 自动根据UA返回用户浏览器需要的 polyfill 。不用到处找 polyfill 了 语言:#JavaScript 分类:#polyfill 感谢 @wmliyin 的投稿
Hashtags
@githubtrending · Post #14743 · 05/23/2025, 02:00 PM
#javascript#ecmascript_proposals#es2015#es2019#es6#es7#esnext#javascript#js#polyfill#ponyfill#promise#proposal#proposals#shim#symbol#weakmap core-js is a modular JavaScript library that provides polyfills for modern ECMAScript features up to 2024, including promises, symbols, collections, iterators, typed arrays, and many web standards like URL and structuredClone. It lets you use new JavaScript features in older browsers by loading only the needed parts without polluting the global namespace. It integrates well with tools like Babel and swc for optimized polyfilling. This helps you write modern, compatible code that runs smoothly across different environments, improving development efficiency and user experience. You can customize polyfill usage and even build your own tailored version for your project. https://github.com/zloirock/core-js