Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
@friggframework/core
Advanced tools
The frigg-core
package is the heart of the Frigg Framework. It contains the core functionality and essential modules required to build and maintain integrations at scale.
The Frigg Core package provides the foundational components and utilities for the Frigg Framework. It is designed to be modular, extensible, and easy to integrate with other packages in the Frigg ecosystem.
To install the frigg-core
package, use npm or yarn:
npm install @friggframework/core
# or
yarn add @friggframework/core
Here's a basic example of how to use the frigg-core package:
const { encrypt, decrypt } = require('@friggframework/core/encrypt');
const { logInfo } = require('@friggframework/core/logs');
const secret = 'mySecret';
const encrypted = encrypt(secret);
const decrypted = decrypt(encrypted);
logInfo(`Encrypted: ${encrypted}`);
logInfo(`Decrypted: ${decrypted}`);
The frigg-core package is organized into several modules:
Each module provides specific functionality and can be imported individually as needed.
We welcome contributions from the community! Please read our contributing guide to get started. Make sure to follow our code of conduct and use the provided pull request template.
This project is licensed under the MIT License. See the LICENSE.md file for details.
Thank you for using Frigg Core! If you have any questions or need further assistance, feel free to reach out to our community on Slack or check out our GitHub issues page.
FAQs
Unknown package
The npm package @friggframework/core receives a total of 685 weekly downloads. As such, @friggframework/core popularity was classified as not popular.
We found that @friggframework/core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.