Socket
Socket
Sign inDemoInstall

apostrophe-blocks

Package Overview
Dependencies
3
Maintainers
15
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.56 to 0.5.57

2

package.json
{
"name": "apostrophe-blocks",
"version": "0.5.56",
"version": "0.5.57",
"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",

@@ -75,2 +75,3 @@ function AposBlocks() {

$blockWrapper.attr('data-id', result.id);
$blockWrapper.attr('data-type', result.type);
$blockWrapper.find('[data-block]').html($html);

@@ -102,2 +103,3 @@ $blocks.append($blockWrapper);

$blockWrapper.find('[data-block]').html($html);
$blockWrapper.attr('data-type', result.type);
apos.emit('ready');

@@ -104,0 +106,0 @@ }

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc