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.
angular-hotkeys-rails
Advanced tools
================
Configuration-centric keyboard shortcuts for your Rails + Angular apps, with powerful Mousetrap under the hood.
This gem is just a simple wrapper around this two awesome libraries
Add this line to your application's Gemfile:
gem 'angular-hotkeys-rails'
And then execute:
$ bundle
Now you are able to add this awesome feature into your product by adding following lines:
//= require angular/hotkeys # ---> application.js
*= require angular/hotkeys # ---> application.css
You can either define hotkeys in your Controller, or in your Route configuration (or both). To start, though, require the lib as a dependency for your angular app:
angular.module('myApp', ['ngRoute', 'cfp.hotkeys']);
Now you could easily check it out by pressing Cmd
+ ?
Behind the scenes, there is Mousetrap library to manage the key bindings. Check out the docs there for more information on what kind of key combinations can be used.
You could find more examples on the following link Examples
Please take into account this library take care only about
Mousetrap dependency, under the hood it depends on
mousetrap-rails. That basically means you still have to add Angular JS
manually.
You could consider to add angularjs-rails it works perfectly fine.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that angular-hotkeys-rails demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.