Socket
Socket
Sign inDemoInstall

apostrophe-blocks

Package Overview
Dependencies
3
Maintainers
10
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.51 to 0.5.52

6

index.js

@@ -52,6 +52,6 @@ var _ = require('lodash');

if (arguments[3]) {
_.merge(options, arguments[3]);
_.extend(options, arguments[3]);
}
} else {
_.merge(options, arguments[2]);
_.extend(options, arguments[2]);
}

@@ -61,3 +61,3 @@ }

var data = {};
_.merge(data, options);
_.extend(data, options);
data.blocks = (options.page.blockGroups && options.page.blockGroups[options.group] && options.page.blockGroups[options.group].blocks) || [];

@@ -64,0 +64,0 @@ data.types = _.filter(self._types, function(type) {

{
"name": "apostrophe-blocks",
"version": "0.5.51",
"version": "0.5.52",
"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",

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