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
2
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-alpha.11
to
1.0.0-alpha.13
+3
-1
lib/index.js

@@ -20,3 +20,5 @@ /* */

async item =>
`<li>${typeof item === 'string' ? item : await listPlugin(item.options)}</li>`
`<li>${typeof item === 'string'
? item
: await listPlugin(item.options)}</li>`
)

@@ -23,0 +25,0 @@ )),

{
"name": "@emdaer/plugin-list",
"description": "an emdaer plugin to add lists",
"version": "1.0.0-alpha.11",
"version": "1.0.0-alpha.13",
"repository": "emdaer/emdaer",

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

@@ -23,3 +23,5 @@ /* @flow */

async item =>
`<li>${typeof item === 'string' ? item : await listPlugin(item.options)}</li>`
`<li>${typeof item === 'string'
? item
: await listPlugin(item.options)}</li>`
)

@@ -26,0 +28,0 @@ )),