
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.
util.audio is to provide angular service 'audioService' and directive 'util-audio' with recorder and player for browser with Web Audio API support
Install the required packages
bower install util.audio Wad angular angular-animate angular-sanitize angular-ui-router ionic lodash numeral
npm install dateformat
Create audio player by directive
<util-audio src='http://static.kevvv.in/sounds/callmemaybe.mp3'></util-audio>
Create audioService.Recorder
require 'util.auth'
angular.module 'app', ['util.audio']
.controller 'AudioController', ($scope, audioService) ->
_.extend $scope,
recorder: new audioService.Recorder()
recordCompleted: ->
$scope.$apply('recorder.url')
html with record button and player
<div>
<button class="button icon ion-record" on-hold='recorder.start()' on-release='recorder.stop().then(recordCompleted)'></button>
<util-audio ng-src="{{recorder.url}}"></util-audio>
</div>
Open browser to visit http://mob.myvnc.com/util.audio/. Press record button for audio recording and release to stop. Then, press play button to play the last recording.
Deploy to local testing server
npm install && bower install
node_modules/.bin/gulp
node_modules/.bin/http-server ./test -p 8080
open browser to visit http://localhost:8080/
FAQs
audio player and recorder for browser
We found that util.audio 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.