
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
angular-inflector
Advanced tools
Small suite of inflector functions, hopefully this lib will no longer be needed when angular makes the inflector functions they use part of the public api.
Optional Use bower to retrieve package
bower install angular-inflector --save
Include angular module
angular.module('platanus.inflector')
This library registers the inflector service, the following methods are provided by the service.
inflector.camelize('the-snake'); // should output theSnake
inflector.camelize('the-snake', true); // should output TheSnake
inflector.parameterize('TheCamel'); // should output the-camel
inflector.parameterize('TheCamel', '_'); // should output the_camel
inflector.dasherize('the_snake'); // should output the-snake
inflector.dasherize('the_snake', '&'); // should output the&snake
inflector.pluralize('index'); // should output indexes
inflector.singularize('mice'); // should output mouse
Credit for the general singularize and pluralize implementation and the english locale rules goes to Ryan Schuft with his ActiveSupport's Inflector port.
For now only the english transformation rules are included for the singularize and pluralize functions.
We thank the following developers for contributing with new locales rulesets:
Contributions for new locale rules are very welcomed!
FAQs
Angular inflection library
We found that angular-inflector 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.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.