Socket
Socket
Sign inDemoInstall

@condenast/ember-docs

Package Overview
Dependencies
19
Maintainers
280
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.6 to 0.1.7

2

package.json
{
"name": "@condenast/ember-docs",
"version": "0.1.6",
"version": "0.1.7",
"description": "Creates documentation from Ember apps / addons",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -190,3 +190,3 @@ const commonmark = require('commonmark');

positional = getParameterDocumentation(positional, params);
positional.name = `...${positional.name}`;
positional.name = positional.name;
} else {

@@ -193,0 +193,0 @@ positional = [];

@@ -101,3 +101,3 @@ const parse = require('../../index');

positional: {
name: '...words',
name: 'words',
description: '<p>Words to join</p>\n',

@@ -104,0 +104,0 @@ type: 'string[]'

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc