Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
ninjacat.everywhere
Advanced tools
Emoji polyfill support for old Windows, iOS, Android and other devices
Do you dream you can use ninjacat emojis in all your sites but windows 10 systems only have able to display? With this plugin you can spread all around the world your ninjacat passion! 🦄🐱❤️
Not too seriuos, project made only for fun
NPM
npm install -g ninjacat.everywhere [👷SOON]
JS/CSS
Include in your page css and js script:
<link rel="stylesheet" href="ninjacat.everywhere.css">
<script src="ninjacat.everywhere.js"></script>
Wrap every text content with a class to make the magic 🌈
<h2 class="we-all-love-ninjacat">🐱👤 🐱💻 🐱🏍️ 🐱🚀 🐱👓 🐱🐉</h2>
Run parse method at ready event
$(function () {
$(".we-all-love-ninjacat").each(function(){
var el = $(this);
ninjacateverywhere.parse(el);
})
});
Parse content to add support for ninjacat emojis:
ninjacateverywhere.parse(<DOMElement>);
Check browser support:
ninjacateverywhere.support(); // return boolean
Force using polyfill in all browsers:
ninjacateverywhere.legacymode();
You can add custom <any>
cats (check the example page)
ninjacateverywhere.addcustom("🦄"); // one custom cat or many
Please report any bugs to: https://github.com/inuyaksa/ninjacat.everywhere/issues
Licensed under the MIT License: https://opensource.org/licenses/MIT
FAQs
Emoji polyfill support for old Windows, iOS, Android and other devices
The npm package ninjacat.everywhere receives a total of 2 weekly downloads. As such, ninjacat.everywhere popularity was classified as not popular.
We found that ninjacat.everywhere 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.