Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@spryker/jquery-query-builder
Advanced tools
jQuery plugin for user friendly query/filter creator
jQuery plugin offering an simple interface to create complex queries.
($.extendext and doT.js are directly included in the standalone file)
apt-get install nodejs-legacy npm
apt-get install ruby-dev
npm install -g grunt-cli
npm install -g bower
gem install sass
Install Node and Bower dependencies npm install & bower install
then run grunt
in the root directory to generate production files inside dist
.
You can choose which plugins to include with --plugins
:
# include "sql-support" and "mongodb-support" plugins
grunt --plugins=sql-support,mongodb-support
# disable all plugins
grunt --plugins=false
All plugins are included by default.
You can also include language files with --languages
:
# include French & Italian translation
grunt --languages=fr,it
grunt test
to run jshint/jscs/scsslint and the QUnit test suite.grunt list_modules
to get the list of available plugins and languages.grunt describe_triggers
to get the list of all triggers.grunt describe_errors
to get the list of all fatal errors.grunt watch
to automatically build the library when modifying the source files.FAQs
jQuery plugin for user friendly query/filter creator
The npm package @spryker/jquery-query-builder receives a total of 6,177 weekly downloads. As such, @spryker/jquery-query-builder popularity was classified as popular.
We found that @spryker/jquery-query-builder demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.