
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
We forked from the official version at https://github.com/rails/jquery-ujs to support npm.
package.json and changes ONLY to the top of the README.md git pull https://github.com/rails/jquery-ujs.git master
vim package.json # updating version number
git commit -am 'the version number'
git push --follow-tags origin master
npm publish
This unobtrusive scripting support file is developed for the Ruby on Rails framework, but is not strictly tied to any specific backend. You can drop this into any application to:
These features are achieved by adding certain "data" attributes to your HTML markup. In Rails, they are added by the framework's template helpers.
Full documentation is on the wiki, including the list of published Ajax events.
If you don't use HTML5, adding "data" attributes to your HTML4 or XHTML pages might make them fail W3C markup validation. However, this shouldn't create any issues for web browsers or other user agents.
For automated installation in Rails, use the "jquery-rails" gem. Place this in your Gemfile:
gem 'jquery-rails'
And run:
$ bundle install
Require both jquery and jquery_ujs into your application.js manifest.
//= require jquery
//= require jquery_ujs
Run bower install jquery-ujs --save to install the jquery-ujs package.
Require both jquery and jquery-ujs into your application.js manifest.
//= require jquery
//= require jquery-ujs
Follow this wiki to run tests .
FAQs
Unobtrusive scripting adapter for jQuery
The npm package jquery-ujs receives a total of 115,831 weekly downloads. As such, jquery-ujs popularity was classified as popular.
We found that jquery-ujs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.