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.42 to 0.5.43

3

index.js

@@ -32,3 +32,3 @@ var _ = require('lodash');

//
// aposBlocks(page, 'groupname', [ 'typeone', 'typetwo'], { user: user, permissions: permissions })
// aposBlocks(page, 'groupname', [ 'typeone', 'typetwo'], { user: user, permissions: permissions, groupLabel: 'Lego Block' })
//

@@ -66,2 +66,3 @@ // Newly added blocks do NOT see such additional data, however they DO see "user" and "permissions"

});
data.groupLabel = options.groupLabel;
return self.render('blocks', data);

@@ -68,0 +69,0 @@ });

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

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