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

@emdaer/plugin-list

Package Overview
Dependencies
Maintainers
4
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emdaer/plugin-list - npm Package Compare versions

Comparing version
1.0.0-beta.0
to
1.0.0
+15
.emdaer/README.emdaer.md
# <!--emdaer-p
- '@emdaer/plugin-value-from-package'
- value: name
-->
<!--emdaer-p
- '@emdaer/plugin-value-from-package'
- value: description
-->
<!--emdaer-p
- '@emdaer/plugin-documentation'
- sources:
- ./src/index.js
-->
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="1.0.0"></a>
# [1.0.0](https://github.com/emdaer/emdaer/compare/v1.0.0-beta.2...v1.0.0) (2017-10-29)
**Note:** Version bump only for package @emdaer/plugin-list
+4
-2

@@ -11,3 +11,3 @@ /* */

*/
module.exports = async function listPlugin({
async function listPlugin({
type,

@@ -28,2 +28,4 @@ items,

].join('\n');
};
}
module.exports = listPlugin;
{
"name": "@emdaer/plugin-list",
"description": "an emdaer plugin to add lists",
"version": "1.0.0-beta.0",
"version": "1.0.0",
"repository": "emdaer/emdaer",

@@ -6,0 +6,0 @@ "homepage": "https://emdaer.me/",

@@ -1,2 +0,24 @@

<h1>@emdaer/plugin-list</h1>
<p>an emdaer plugin to add lists</p>
<!--
This file was generated by emdaer
Its template can be found at .emdaer/README.emdaer.md
-->
# @emdaer/plugin-list
an emdaer plugin to add lists
<!-- Generated by documentation.js. Update this documentation by updating the source code. -->
## listPlugin
A plugin to generate lists
**Parameters**
- `options` **any**
- `options.type` **(`"ol"` \| `"ul"`)?** The type of list
- `options.items` **[Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array)&lt;[string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)>?** The items to list
Returns **[Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)&lt;[string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)>** The list element

@@ -11,3 +11,3 @@ /* @flow */

*/
module.exports = async function listPlugin({
async function listPlugin({
type,

@@ -31,2 +31,4 @@ items,

].join('\n');
};
}
module.exports = listPlugin;

@@ -1,2 +0,2 @@

const list = require('../src');
const list = require('./');

@@ -3,0 +3,0 @@ describe('@emdaer/plugin-list', () => {