🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@charlietango/react-docs-net

Package Overview
Dependencies
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@charlietango/react-docs-net - npm Package Compare versions

Comparing version

to
2.3.2

3

lib/models/view-model.js

@@ -23,3 +23,4 @@ //

if (key === 'children') return false;
return prop.description && !prop.description.includes('@internal');
if (!prop.description) return true;
return !prop.description.includes('@internal');
});

@@ -26,0 +27,0 @@ let output = '';

{
"name": "@charlietango/react-docs-net",
"description": "Package and publish a NuGet package to a custom feed.",
"version": "2.3.1",
"version": "2.3.2",
"main": "lib/index.js",

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

Sorry, the diff of this file is not supported yet