New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lowdefy/block-utils

Package Overview
Dependencies
Maintainers
0
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lowdefy/block-utils - npm Package Versions

1
8

4.0.0-alpha.23

Diff

Changelog

Source

4.0.0-alpha.23 (2022-08-03)

Bug Fixes

  • Add additional operator tests. (ddf8e51)
  • Add buildAuthPlugin tests. (df77f5d)
  • blocks-antd: Remove minHight on Label. (0999baa)
  • build: Add default for catch when try is defined and catch is not. (b1159e1)
  • docs: Add catch to Selector and MultipleSelector block pages. (9777175)
  • docs: correct filePath for ControlledList (c3a2cce)
  • docs: correct link to _secret operator (7124669)
  • docs: Docs V4 compatibilty fixes. (520dce1)
  • docs: Fix typo media to menu. (bccc978)
  • docs: Remove catch from MultipleSelector and Selector block pages. (adf6932)
  • docs: Remove outdated pages and add todos. (ff2c02b)
  • docs: Rename and remove actions pages. (0da95f3)
  • Fix _intl.relativeTimeFormat operator and add tests. (627b970)
  • Fix addUserFieldsToSession when using auth adapter. (850ee69)
  • Fix handling of null values in _array and _object operators. (1333f43)
  • operators-js: Fix intl operator tests. (841bbe6)
  • operators-moment: Change tests to run on UTC timezone. (f8db062)
  • Revert image url (714ce8c)

Features

  • Add _intl operator. (fbf4b14)
  • Add _object.entries and _object.fromEntries operator methods. (499b726)
  • Add Next-Auth MongoDB adapter. (bdffb86)
  • Add support for auth adapters in build and servers. (5ae6e2b)
  • Add support for Next-Auth adapters. (337dbf4)
  • docs: Add examples to Lowdefy App Schema concept page. (f27f7dd)
  • docs: Add examples to References and Templates concept page. (cbe8690)
  • docs: Add Menu concept page. (5dfc51e)
  • docs: Add payload to Connections and Requests concept page. (4f9bff6)
  • docs: Add References and Templates concept page. (874bc37)
  • docs: Add roles example to Menus concept page. (54c13df)
  • docs: Change pages example on Lowdefy App Schema concept page. (1d17867)
  • docs: Format changes to Blocks concept page. (4713be6)
  • docs: General improvements to Events and Actions concept page. (182ffc2)
  • docs: General improvements to the Secrets concept page. (1121edb)
  • docs: Small changes in Blocks concept page. (588e4aa)
  • docs: Small changes to Connections and Requests concept page. (7c13734)
  • docs: Small format changes to Lowdefy App Schema concept page. (8bf7f78)
  • docs: Update blocks concept page. (3e6a9b2)
  • docs: Update Connections and Requests concept page. (879891e)
  • docs: Update Lowdefy App Schema concept page. (7cd587e)
  • Implement appendHead and appendBody in v4. (ba7ef7d), closes #1047
  • Implement appendHead and appendBody. (d9ae2ee)
  • operators-moment: Add moment operators. (bf82067)
samtolmay
published 4.0.0-alpha.22 •

Changelog

Source

4.0.0-alpha.22 (2022-07-12)

Bug Fixes

  • blocks-aggrid: Fix typo 😱 (21eef06)
samtolmay
published 4.0.0-alpha.21 •

Changelog

Source

4.0.0-alpha.21 (2022-07-11)

Bug Fixes

  • blocks-aggrid: Fix typo in processColDefs. (3073510)
  • engine: Fix createGetUrlQuery tests. (1c9a500)
  • Read urlQuery from location where used, not on lowdefy. (11541e4)
  • server-dev: BatchChanges.newChange to only revolve for strings. (30a78fb)
samtolmay
published 4.0.0-alpha.20 •

Changelog

Source

4.0.0-alpha.20 (2022-07-09)

Bug Fixes

  • api: Should be passing profile, not provider. (02f9fe0)
  • blocks-aggrid: Rec fix cellRenderer. (4bb03b1)
  • deps: update dependency next-auth to v4.9.0 [security] (7d07007)

Features

  • api: Add provider to linkAccountEvent. (a90f10b)
samtolmay
published 4.0.0-alpha.19 •

Changelog

Source

4.0.0-alpha.19 (2022-07-06)

Bug Fixes

  • Allow cellRenderer in Aggrid to render html. (811ef4f)
  • Await content on buildRef to fix ref error message. (10379b1)
  • build: Add test for file not found to buildRefs. (d45c28e)
  • Fix axios failing tests. (ca64872)
  • Menu selected item issue. (ac266ec)

Features

  • Add extra next-auth configuration properties. (9781ba4)
samtolmay
published 4.0.0-alpha.18 •

Changelog

Source

4.0.0-alpha.18 (2022-06-27)

Bug Fixes

  • blocks-google-maps: Fix fitBounds. (a4748ba)
  • blocks-google-maps: Fix load script libraries. (c9376f0)
  • blocks-google-maps: Fix onLoad event. (2c1de9a)
  • blocks-google-maps: Fixes to onLoad. (1dd08e4)
  • build: Add new plugins as dev dependencies. (145e598)
  • build: Evaluate build operators in lowdefy.yaml (49ed3e1)
  • client: Fix layout on skeleton containers. (fb38d00)
  • client: Remove area and layout default object. (27a56f1)
  • client: Skeleton to get parent blocks properties and styles. (0022fc0)
  • deps: Update dependency next-auth to v4.5.0. (49dd43a)
  • Fix nunjucks operator shorthand en operators runtime definition. (e2c3291)
  • Fix package.json fixes. (17f54ac)
  • Fix userFields implementation. (c566541)
  • Fix userFields in production server. (614d7c9)
  • layout: Apply area and layout default. (af8611f)
  • Remove userFields debug logs. (8fad19f)
  • server-dev: Add max count in waitForRestartedServer ping. (d7d8a0b)
  • server-dev: Should not be minified. (d61e9e0)

Features

  • actions-core: Add Fetch action. (4c47ba6)
  • Add callbackUrl and redirect as logout action params. (9c13bd6)
  • Add url as a login and logout callbackUrl parameter. (78d099a)
  • Add userFields feature to map auth provider data to usernobject. (0ab688b)
  • blocks-google-maps: Add onLoad to maps. (e9a75df)
  • blocks-google-maps: Switch to @react-google-maps/api. (3edbd9a)
  • blocks-google-maps: Update Google Maps block docs. (2657a3c)
  • Move browser globals to lowdefy._internal.globals. (94c4016)
samtolmay
published 4.0.0-alpha.17 •

Changelog

Source

4.0.0-alpha.17 (2022-06-24)

Bug Fixes

  • blocks-google-maps: Fix fitBounds. (a4748ba)
  • blocks-google-maps: Fix load script libraries. (c9376f0)
  • blocks-google-maps: Fix onLoad event. (2c1de9a)
  • blocks-google-maps: Fixes to onLoad. (1dd08e4)
  • build: Add default dependancies. (7d0e03a)
  • build: Add new plugins as dev dependencies. (145e598)
  • build: Evaluate build operators in lowdefy.yaml (49ed3e1)
  • build: Evaluate build operators in lowdefy.yaml root. (c340b52)
  • client: Fix layout on skeleton containers. (fb38d00)
  • client: Skeleton to get parent blocks properties and styles. (0022fc0)
  • deps: Update dependency next-auth to v4.5.0. (49dd43a)
  • dev-server: Add google maps and aggrid as default types. (b3fa3a2)
  • Fix nunjucks operator shorthand en operators runtime definition. (e2c3291)
  • Fix package.json fixes. (17f54ac)
  • Fix userFields implementation. (c566541)
  • Fix userFields in production server. (614d7c9)
  • Remove userFields debug logs. (8fad19f)
  • server-dev: Add max count in waitForRestartedServer ping. (d7d8a0b)

Features

  • actions-core: Add Fetch action. (4c47ba6)
  • Add callbackUrl and redirect as logout action params. (9c13bd6)
  • Add url as a login and logout callbackUrl parameter. (78d099a)
  • Add userFields feature to map auth provider data to usernobject. (0ab688b)
  • blocks-aggrid: Add aggrid as a default block. (3133fee)
  • blocks-googl-maps: Update docs. (fb950b6)
  • blocks-google-maps: Add google maps as a default block. (b0daaec)
  • blocks-google-maps: Add onLoad to maps. (e9a75df)
  • blocks-google-maps: Switch to @react-google-maps/api. (3edbd9a)
  • blocks-google-maps: Update Google Maps block docs. (2657a3c)
  • build: Add aggrid and maps as default block types. (fbc3818)
  • Move browser globals to lowdefy._internal.globals. (94c4016)
samtolmay
published 4.0.0-alpha.16 •

Changelog

Source

4.0.0-alpha.16 (2022-06-20)

Bug Fixes

  • Configure server Lowdefy build with env variables, not args. (590588c)
samtolmay
published 4.0.0-alpha.15 •

Changelog

Source

4.0.0-alpha.15 (2022-06-19)

Bug Fixes

  • build: Add default dependancies. (7d0e03a)
  • build: Evaluate build operators in lowdefy.yaml root. (c340b52)
  • Configure server lowdefy build with commandline args instead of env from CLI (648f050)
  • dev-server: Add google maps and aggrid as default types. (b3fa3a2)

Features

  • Add —no-next-build option to CLI build command. (9b565f4)
  • blocks-aggrid: Add aggrid as a default block. (3133fee)
  • blocks-googl-maps: Update docs. (fb950b6)
  • blocks-google-maps: Add google maps as a default block. (b0daaec)
  • build: Add aggrid and maps as default block types. (fbc3818)
samtolmay
published 4.0.0-alpha.14 •

Changelog

Source

4.0.0-alpha.14 (2022-06-19)

Bug Fixes

  • cli: Define build directory on context. (51bc05f)
  • Remove output directory cli option (ba281a6)
  • server: Fix for next.js output file tracing. (34c3f2d)
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