Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

apostrophe-schema-widgets

Package Overview
Dependencies
Maintainers
13
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apostrophe-schema-widgets - npm Package Compare versions

Comparing version 0.5.19 to 0.5.20

8

index.js

@@ -17,2 +17,3 @@ /* jshint node:true */

self.widgets = {};
self.toggleUi = options.toggleUi || false;
self._apos = apos;

@@ -32,2 +33,7 @@ self._app = app;

});
self._apos.pushGlobalData({
schemaWidgetsUi: {
toggleUi: self.toggleUi
}
});

@@ -62,3 +68,3 @@ // widgetEditors.html will spit out a frontend DOM template for editing

return callback(err, object);
}
}
return widget.afterConvertFields(req, object, function(e) {

@@ -65,0 +71,0 @@ return callback(e, object);

2

package.json
{
"name": "apostrophe-schema-widgets",
"version": "0.5.19",
"version": "0.5.20",
"description": "An easy form widget builder for the Apostrophe content management system",

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

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