Socket
Socket
Sign inDemoInstall

apostrophe-blocks

Package Overview
Dependencies
Maintainers
10
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apostrophe-blocks - npm Package Compare versions

Comparing version 0.5.22 to 0.5.23

2

package.json
{
"name": "apostrophe-blocks",
"version": "0.5.22",
"version": "0.5.23",
"description": "Allows a column of content to be broken up into blocks with independent templates, allowing for sub-columns to alternate with a full width column for instance. Blocks can be added and removed freely.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -81,2 +81,8 @@ function AposBlocks() {

});
// DROPDOWN TOGGLE
$el.on('click', '[data-content-block-menu]', function() {
$(this).find('[data-content-block-menu-options]').toggle(1);
});
$el.find('[data-apos-blocks]').sortable({

@@ -83,0 +89,0 @@ handle: '[data-block-handle]',

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc