New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

albacore

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

albacore

3.0.1
Rubygems
Version published
Maintainers
2
Created
Source

Folder: ext

The ext folder contains Albacore extensions. Write code in this folder according to the following conventions:

  • doing require 'albacore/ext/extension_name' should add the extensions of extension_name to the current albacore application. This means that there should be no further requirement to call into albacore after such a require call has been done.
  • prefer to do extensions via Albacore.subscribe over extending at the call-site, monkey-patching, or including the extended in other class/module/object instances.

FAQs

Package last updated on 29 Dec 2017

Did you know?

Socket

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.

Install

Related posts