Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
ember-cli-table-pagination
Advanced tools
makes it easy to build remote backed tables w/ ember-cli-pagination and bootstrap
This README outlines the details of collaborating on this Ember addon.
table-pagination
TODO
TODO
Here is a list of the replaceable components and their respective defaults
titleComponent
(table-pagination.table-title
): Display the table title if specified
bodyComponent
(table-pagination.table-body
): wrap up the table body
toolbarComponent
(table-pagination.table-toolbar
): wrap up the toolbar
toolsComponent
(table-pagination.table-tools
): receive the following parameters:
allowQuickSearch
(boolean): either or not the quick-search should be enabledsearchString
(string): two-way binding to the quick-search valueperPage
(integer): two-way binding to the item/page valuerefresh
(action): action passed on to the refresh
action of table-pagination
The toolsComponent
should display these values and offer the user a way to manipulate searchString
and perPage
pagerComponent
(table-pagination.table-pager
): should display the current page number and allow the user to change page
count
(integer): total amount of pagescurrent
(integer): current page number (1-indexed)changePage
(action): action passed on the changePage
action of the component if the pagination is remotely handled else the component will deal with the page change by itself.contentComponent
(table-pagination.table-content
):Note: to allow for more flexibility when overriding the component, a special parameter will be passed to each of the overridable sub-components that can be used to pass arbitrary parameters from the main component to any of its sub-components. These parameters are called: titleParams
, bodyParams
, toolbarParams
, toolsParams
, pagerParams
& contentParams
.
bs-table-pagination
git clone
this repositorynpm install
ember server
ember test
ember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.
FAQs
An ember addon to add pagination to tables
We found that ember-cli-table-pagination 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.