
Security News
libxml2 Maintainer Ends Embargoed Vulnerability Reports, Citing Unsustainable Burden
Libxml2’s solo maintainer drops embargoed security fixes, highlighting the burden on unpaid volunteers who keep critical open source software secure.
w-aggrid-vue
Advanced tools
A wrapper for ag-grid-vue.
To view documentation or get support, visit docs.
To view some examples for more understanding, visit examples:
all examples: web [source code]
Note: w-aggrid-vue is mainly dependent on
ag-grid-community
andag-grid-vue
.
npm i w-aggrid-vue
Note: w-aggrid-vue is mainly dependent on
vue
,ag-grid-community
andag-grid-vue
.
Note: umd file includes with
lodash-es
andwsemi
, by using tree-shaking for dead-code elimination.
[Optional] Add script with nomodule for IE11.
<script nomodule src="https://cdn.jsdelivr.net/npm/@babel/polyfill/dist/polyfill.min.js"></script>
[Necessary] Add script for vue.
<script src="https://cdn.jsdelivr.net/npm/vue@2.x/dist/vue.min.js"></script>
[Necessary] Add script for ag-grid-community and don't need to include css, because has included them by umd file.
<script src="https://cdn.jsdelivr.net/npm/ag-grid-community@31.3.4/dist/ag-grid-community.min.noStyle.js"></script>
or
<script src="https://cdn.jsdelivr.net/npm/ag-grid-enterprise@31.3.4/dist/ag-grid-enterprise.min.noStyle.js"></script>
[Necessary] Add script for ag-grid-vue.
<script src="https://cdn.jsdelivr.net/npm/ag-grid-vue@31.3.4/dist/ag-grid-vue.umd.js"></script>
[Necessary] Add script for w-aggrid-vue.
<script src="https://cdn.jsdelivr.net/npm/w-aggrid-vue@2.0.54/dist/w-aggrid-vue.umd.js"></script>
FAQs
A wrapper for ag-grid-vue.
The npm package w-aggrid-vue receives a total of 19 weekly downloads. As such, w-aggrid-vue popularity was classified as not popular.
We found that w-aggrid-vue 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
Libxml2’s solo maintainer drops embargoed security fixes, highlighting the burden on unpaid volunteers who keep critical open source software secure.
Research
Security News
Socket investigates hidden protestware in npm packages that blocks user interaction and plays the Ukrainian anthem for Russian-language visitors.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.