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

@lowdefy/ajv

Package Overview
Dependencies
Maintainers
2
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lowdefy/ajv - npm Package Versions

1
14

4.0.0-alpha.33

Diff

Changelog

Source

4.0.0-alpha.33 (2022-09-22)

Note: Version bump only for package @lowdefy/lowdefy

samtolmay
published 4.0.0-alpha.31 •

Changelog

Source

4.0.0-alpha.31 (2022-09-21)

Bug Fixes

  • docs: Fix Refernces and Templates wording. (d9ad6e0)
  • docs: Update docs build script. (6b2ace3)
  • Fix server pnpm installs. (c7be221)

Features

  • Add the abilty to get a key from a reference JSON or YAML file. (192267e)
  • api: Map nextAuthConfig.pages. (0798d39)
  • docs: Add References and Templates use cases. (1ee298e)
  • docs: Update References and Templates concept page. (9468acf)
  • Rename _var name param to key for consistency (d5bda68)

BREAKING CHANGES

  • The _var operator ‘name’ param has been renamed to ‘key’ to be more consistent with other getter operators.
samtolmay
published 4.0.0-alpha.30 •

Changelog

Source

4.0.0-alpha.30 (2022-09-17)

Note: Version bump only for package @lowdefy/lowdefy

samtolmay
published 4.0.0-alpha.29 •

Changelog

Source

4.0.0-alpha.29 (2022-09-13)

Bug Fixes

  • Fix CLI tests failing due to pnpm. (d95524a)
  • Update Wait action tests to be more robust. (b2c559c)

Features

  • Add additional migration guide notes. (45eae2c)
  • Change CLI to use pnpm as package manager. (e9d7d73)
  • Update the V4 migration guide. (e05e424)
samtolmay
published 4.0.0-alpha.28 •

Changelog

Source

4.0.0-alpha.28 (2022-09-12)

Bug Fixes

  • blocks-antd: Cleanup styles objects. (c771cc9)
  • blocks-antd: Fix issues in PageHeaderMenu and PageSiderMenu. (81668f0)
  • server: Move viewport setting to the _document. (4471e49)
  • server: Set page viewport. (9c05a6d)

Features

  • blocks-antd: Add logo.srcMobile and logo.breakpoint properties. (21bbeab)
samtolmay
published 4.0.0-alpha.27 •

Changelog

Source

4.0.0-alpha.27 (2022-09-08)

Bug Fixes

  • actions-core: Change geolocation test values. (f8c68ff)
  • actions-core: Change res to position. (0bcf8c2)
  • blocks-aggrid: Import all input types. (06f753e)
  • blocks-qr: Change formatsToSupport enum to handle strings. (7794dee)
  • build: Add additional default types. (9f42115)

Features

  • actions-core: Add GeolocationCurrentPosition action. (b55f529)
  • blocks-qr: Add inactiveByDefault property to README and schema. (cb4b780)
  • blocks-qr: Add QRScanner block. (5778234)
  • blocks-qr: Update README and schema for QRScanner. (53f216d)
  • dosc: Update Connections and Requests concept page. (97d1d76)
  • plugins: Add actions-pdf-make. (f9b30e4)
  • plugins: Add plugin-auth0. (10a6206)
  • plugins: Add plugin-csv. (403eb15)
samtolmay
published 4.0.0-alpha.26 •

Changelog

Source

4.0.0-alpha.26 (2022-08-25)

Bug Fixes

  • blocks-antd: Add class for feedback icon margin. (1e29169)
  • blocks-antd: Fix autocomplete bug when option is selected. (2c02f08)
  • blocks-antd: Fix feedback icon classes so that correct color is shown. (c1f9b7d)
  • Fix extra bouncing when changing from displaying feedback to displaying extra. (f5b70a4)
  • Log server install output at debug level. (c77a220)
  • Revert back to ant classes. (8bdcfd5)
  • server-dev: Fix server dev file watchers. (7e3fedd)

Features

  • blocks-antd: Add default suffix icon to date selectors. (997fae8)
  • blocks-antd: Add feedback classes for corresponding colors. (230570b)
  • blocks-antd: Add feedback icon to TextInput and Selectors. (f7f78e9)
  • blocks-antd: Add feedback icon to WeekSelector. (2719887)
  • blocks-antd: Add status to input components. (91f7532)
  • blocks-antd: Change content to use named args. (832f68c)
  • blocks-antd: Change feedback icon to be added in label. (91a1e8b)
  • blocks-antd: Cleanup AutoComplete. (8732368)
  • blocks-antd: Fix autocomplete bugs. (71523cb)
  • blocks-antd: Replace ant feedback classes. (51ba949)
samtolmay
published 4.0.0-alpha.25 •

Changelog

Source

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

Bug Fixes

  • Clean up files. (eaf6bde)
  • cli: Fix CLI print tests. (fd8345e)
  • cli: Improve CLI options specification. (6d550fd)
  • cli: Remove dependency chalk. (aebe925)
  • deps: Update dependency commander to v9.4.0. (e2cd7d6)
  • Fix dev server auth api route. (a51af68)
  • server-dev: Remove build retries. (c27ff36)
  • server-dev: Simplify server-dev manager code. (e4101d0)

Features

  • Cleanup dev server logs. (27a22c8)
  • CLI output improvements. (f00bb9b)
  • cli: Add log level option. (5903c8e)
  • cli: Imporve build and start command output. (f721792)
  • cli: Throw if Lowdefy CLI is run with node < v14. (4a99337)
  • docs: Add nunjucks date filter example. (c4df77d)
  • docs: Update Events and Actions concept page. (eb61475)
  • docs: Update Menus concept page. (0f8e3eb)
  • docs: Update Secrets concept page. (f0bddb8)
  • Improved logging WIP. (0bbf19d)
  • server-dev: Do not stop process if initial build fails. (506cbeb)
samtolmay
published 4.0.0-alpha.24 •

Changelog

Source

4.0.0-alpha.24 (2022-08-19)

Bug Fixes

  • Add additional operator tests. (ddf8e51)
  • Add buildAuthPlugin tests. (df77f5d)
  • blocks-antd: Center Label when inline. (491e4a9)
  • blocks-antd: Fix RadioSelector not displaying which item is checked. (8df75e6)
  • blocks-antd: Remove minHight on Label. (0999baa)
  • blocks-google-maps: Fix map jumping when clicking markers. (6a6c2c7)
  • 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 MongoDB page. (e282e54)
  • 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)
  • Fix next-auth getServerSession. (c5ee6ae)
  • google-maps: update center comparison. (c0cedb7)
  • 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 more to references section on Lowdefy App Schema concept page. (5837c29)
  • 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: Add small changes to Blocks concept page. (b4bcd68)
  • 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: Small improvements to Lowdefy App Schema concept page. (3864638)
  • docs: Update blocks concept page. (3e6a9b2)
  • docs: Update Connections and Requests concept page. (879891e)
  • docs: Update Lowdefy App Schema concept page. (7cd587e)
  • docs: Update Lowdefy App Schema Concept Page. (b39ce85)
  • Implement appendHead and appendBody in v4. (ba7ef7d), closes #1047
  • Implement appendHead and appendBody. (d9ae2ee)
  • operators-moment: Add moment operators. (bf82067)
  • Update next-auth. (972d5f3)
samtolmay
published 4.0.0-alpha.23 •

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)
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