
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@blinkmobile/angularjs-pending-queue
Advanced tools
Offline storage and auto retry of form submission for AngularJS
AngularJS 1.5+ module to save form data to the browser or device storage when there is no connectivity or a server error
npm i @blinkmobile/angularjs-pending-queue
dist/bm-angularjs-pending-queue.js
or dist/bm-angularjs-pending-queue.min.js
in your HTML or in your build stepbmPendingQueue
as a dependency to your AngularJS web apprequire('path/to/dist/bm-angularjs-pending-queue.min.js')
angular.module('myModule', ['bmPendingQueue'])
pendingQueueList
- Component that displays the items saved in the pending queuebmPendingQueueService
- Service that wraps LocalForage to save data to the device in a specific format. Broadcasts events on $rootScope
dbName
- Constant. The name of the device storage db being usedpendingQueueTable
- Constant. The name of the table in the dbAngularJS Pending Queue works by injecting a HTTP Interceptor into the interceptors array. If a POST
or PUT
request with a Content Type header of application/x-www-form-urlencoded
or application/json
errors, the request and response data is saved to the device storage using LocalForage. If a previously saved item is successfully sent, the corresponding entry in device storage is removed.
There is a decorator for the $http
service, to automate resending of items in the pending queue. Any successful HTTP request will trigger resending of any items in the pending queue.
See the docs folder for more details
1.0.0-alpha.2
Fixed webdriver call during npm installation
FAQs
Offline storage and auto retry of form submission for AngularJS
The npm package @blinkmobile/angularjs-pending-queue receives a total of 0 weekly downloads. As such, @blinkmobile/angularjs-pending-queue popularity was classified as not popular.
We found that @blinkmobile/angularjs-pending-queue demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.