Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@opensourceframework/next-compose-plugins

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opensourceframework/next-compose-plugins - npm Package Compare versions

Comparing version
2.3.1
to
2.3.2
+4
-3
package.json
{
"name": "@opensourceframework/next-compose-plugins",
"version": "2.3.1",
"version": "2.3.2",
"description": "Provides a cleaner API for enabling and configuring plugins for next.js",

@@ -62,5 +62,6 @@ "main": "lib/index.js",

"pretest": "npm run build",
"test": "jest --coverage lib",
"test:watch": "jest --watch lib"
"test": "vitest run --passWithNoTests",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
}
}

@@ -34,11 +34,2 @@ # :bulb: @opensourceframework/next-compose-plugins [![npm version](https://badgen.net/npm/v/@opensourceframework/next-compose-plugins)](https://www.npmjs.com/package/@opensourceframework/next-compose-plugins) [![license](https://badgen.net/github/license/cyrilwanner/@opensourceframework/next-compose-plugins)](https://github.com/cyrilwanner/@opensourceframework/next-compose-plugins/blob/master/LICENSE) [![downloads](https://badgen.net/npm/dt/@opensourceframework/next-compose-plugins)](https://www.npmjs.com/package/@opensourceframework/next-compose-plugins)

---
<a href="https://www.creative-tim.com/product/nextjs-material-dashboard-pro/?ref=@opensourceframework/next-compose-plugins"><img src="https://cyrilwanner.github.io/packages/@opensourceframework/next-compose-plugins/assets/material-dashboard.png?v=2" alt="NextJS Material Dashboard" align="right" width="300px"></a>
<br />
Building a **Dashboard** or **Admin UI**? Or do you want to see a **usage example** of `@opensourceframework/next-compose-plugins` in a real world project? Check out the [NextJS Material Dashboard](https://www.creative-tim.com/product/nextjs-material-dashboard-pro/?ref=@opensourceframework/next-compose-plugins) by our partners [Creative Tim](https://www.creative-tim.com/?ref=@opensourceframework/next-compose-plugins) to get you started.
<br /><br /><br />
## Usage

@@ -291,6 +282,2 @@

### Real world example
Check out the [NextJS Material Dashboard](https://www.creative-tim.com/product/nextjs-material-dashboard-pro/?ref=@opensourceframework/next-compose-plugins) by our partners [Creative Tim](https://www.creative-tim.com/?ref=@opensourceframework/next-compose-plugins) to see how `@opensourceframework/next-compose-plugins` was used in a real world application.
### Basic example

@@ -422,2 +409,2 @@

[MIT](https://github.com/cyrilwanner/@opensourceframework/next-compose-plugins/blob/master/LICENSE) © Cyril Wanner
[MIT](https://github.com/cyrilwanner/@opensourceframework/next-compose-plugins/blob/master/LICENSE) © Cyril Wanner\n\n---\n\nMaintained by @opensourceframework in the [monorepo](https://github.com/riceharvest/opensourceframework).