UI Deploy

Curated, Short, Web UI Dev we Love.

Filtrex: A simple, safe, JavaScript Filter Expression compiler for end-users

A simple, safe, JavaScript expression engine, allowing end-users to enter arbitrary expressions without p0wning you.

Features :
  • Simple! End user expression language looks like this transactions <= 5 and abs(profit) > 20.5
  • Fast! Expressions get compiled into JavaScript functions, offering the same performance as if it had been hand coded. e.g. function(item) { return item.transactions <=5 && Math.abs(item.profit) > 20.5; }
  • Safe! You as the developer have control of which data can be accessed and the functions that can be called. Expressions cannot escape the sandbox.
  • Pluggable! Add your own data and functions.
  • Predictable! Because users can't define loops or recursive functions, you know you won't be left hanging.

view source

Instagram Follow Adder