Socket
Socket
Sign inDemoInstall

documentation

Package Overview
Dependencies
557
Maintainers
4
Versions
119
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.1.0 to 9.1.1

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="9.1.1"></a>
## [9.1.1](https://github.com/documentationjs/documentation/compare/v9.1.0...v9.1.1) (2018-12-21)
### Bug Fixes
* inferred properties duplicating explicitly specified ones ([2d0bd0e](https://github.com/documentationjs/documentation/commit/2d0bd0e))
<a name="9.1.0"></a>

@@ -7,0 +17,0 @@ # [9.1.0](https://github.com/documentationjs/documentation/compare/v9.0.0...v9.1.0) (2018-12-17)

2

package.json
{
"name": "documentation",
"description": "a documentation generator",
"version": "9.1.0",
"version": "9.1.1",
"author": "Tom MacWright",

@@ -6,0 +6,0 @@ "bin": {

@@ -38,3 +38,3 @@ const flowDoctrine = require('../flow_doctrine');

// by inferred properties
comment.properties.forEach(prop => explicitProperties.add(prop));
comment.properties.forEach(prop => explicitProperties.add(prop.name));

@@ -41,0 +41,0 @@ function inferProperties(value, prefix) {

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc