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

@flippercloud.io/expressions

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flippercloud.io/expressions

Library and Schema for evaluating Flipper Expressions

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Flipper Expressions

A schema for Flipper Expressions

The structure for flipper Expressions is defined in [schemas/schema.json`](./schemas/schema.json) using JSON Schema (draft-07).

To learn more about JSON Schema, read Understanding JSON Schema or the Ajv JSON schema validator docs.

Adding a new expression

  1. Describe arguments by creating a new file in schemas/ named NewName.schema.json. You can copy an existing function that has similar semantics to get started.
  2. Add the new function in schemas/schema.json to $defs/function.
  3. Create a new file in examples/ named NewName.json with valid and invalid examples for the new function. See other examples for inspiration.
  4. Run yarn test in packages/expressions and ensure tests pass.
  5. Implement the function in lib/flipper/expressions/.
  6. Run rspec to ensure tests pass.

See this commit that adds Min/Max functions for a concrete example.

FAQs

Package last updated on 31 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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