
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Every frontend developer has written his own utils library, and we often write methods that are easily forgotten and highly used. ppo is a super small and useful utils library for JavaScript. It and lodash underscore es-toolkit almost no coupling. I sorted out the most frequently used function functions in everyday development. These functions are almost ubiquitous in your development, and they are not found in lodash underscore.
Most of the code comes from the stackoverflow site in the high score answer, here to pay tribute to the original author.
ppo little poor, gzip less than 3k, so a library you can use it anytime, anywhere without worrying about anything.
npm install ppo --save
...
import ppo from 'ppo';
<script type="text/javascript" src="js/ppo.min.js"></script>
import ppo from "ppo";
const username = ppo.getCookie("username");
if (ppo.isIOS()) console.log("this is ios");
ppo.loadjs('http://x.com/a.js', callback);
ppo.getUrlParam('a' ,'http://xxx.com?a=3&b=sd23s');
const id = ppo.setTimesout(word => {
console.log(word);
console.log(this); // log {index: 3 ,times: 8, over: false}
}, 1000/20, 8, 'helloworld')
When you use react, vue, angular often need to write a lot of utils method. But lodash and underscore these libraries are not omnipotent. So you have to find a lot of tool library. Use ppo, you can solve the daily development of many small problems. Simple and compact!
ppo is released under the MIT License. http://www.opensource.org/licenses/mit-license
FAQs
JavaScript's functional programming helper library.
The npm package ppo receives a total of 40 weekly downloads. As such, ppo popularity was classified as not popular.
We found that ppo demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.