![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
workarea-product_quickview
Advanced tools
Product Quickview plugin for the Workarea platform.
This adds a quickview button to product summaries to allows user to open up a modal of the product (on desktop).
Require this plugin before all other plugins that provide product templates in your Gemfile, otherwise the quick-viewable template configuration will not be initialized properly.
For example:
source 'https://gems.workarea.com' do
gem 'workarea', '~> 3'
gem 'workarea-product_quickview'
gem 'workarea-clothing'
gem 'workarea-package_products'
end
This gem contains a rails engine that must be mounted onto a host Rails application.
You must have access to a Workarea gems server to use this gem. Add your gems server credentials to Bundler:
bundle config gems.weblinc.com my_username:my_password
Or set the appropriate environment variable in a shell startup file:
export BUNDLE_GEMS__WEBLINC__COM='my_username:my_password'
Then add the gem to your application's Gemfile specifying the source:
# ...
gem 'workarea-product_quickview', source: 'https://gems.weblinc.com'
# ...
Or use a source block:
# ...
source 'https://gems.weblinc.com' do
gem 'workarea-product_quickview'
end
# ...
Update your application's bundle.
cd path/to/application
bundle
See http://developer.weblinc.com for Workarea platform documentation.
Copyright WebLinc 2017. All rights reserved.
For licensing, contact sales@workarea.com.
FAQs
Unknown package
We found that workarea-product_quickview 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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.