
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@bentley/bis-rules
Advanced tools
Copyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice.
bis-rules is a library that contains the BIS rule set which is an implementation of an IRuleSet defined in @bentley/ecschema-metadata. This rule set can be consumed by the schema validation framework in @bentley/ecschema-metadata to assist EC Schema developers in finding BIS rule violations in their schema.
Typically, this package would be installed as a dependency (not globally) to another project that performs EC Schema validation:
npm install @bentley/schema-validator
The BisRuleSet can then be imported into your source like so:
import { BisRuleSet } from "@bentley/bis-rules";
FAQs
Contains BIS rules for schema validation.
We found that @bentley/bis-rules demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.