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

@publicodes/tools

Package Overview
Dependencies
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@publicodes/tools

A set of utility functions to build tools around Publicodes models

  • 1.2.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source

@publicodes/tools

Report BugAPI docsContributePublicodes

CI NPM

Set of utility functions that could be used to easily write tooling around Publicodes models.

:warning: The project is not stable yet, don't hesitate to open an issue if you face a problem! :warning:

Features

  • 🏗️ Compiles your set of Publicodes files into a standalone JSON file - [doc]
  • 📦 Resolves import from external Publicodes models, from source and from published NPM packages - [doc]
  • 🪶 Pre-computes your model at compile time and reduces the number of rules by ~65% - [doc]
  • ➡️ Use a migration function for user situation to deal with breaking changes in your models - [doc]

Installation

npm install --dev-dependency @publicodes/tools

yarn add -D @publicodes/tools

Usage in local

When developing in local:

  1. you can link the local package with yarn link,
  2. launch the compilation in watch mode with yarn watch,
  3. and use it in your project with yarn link @publicodes/tools.

Keywords

FAQs

Package last updated on 24 Jul 2024

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