You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
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
4.1.4

10

lib/csharp-types.js

@@ -164,12 +164,4 @@ //

if (type.name.endsWith('Types')) {
// If pointing to a enum Types model, create a fake placeholder - We most likely don't know the actual implementation
// If pointing to a enum Types model
typeName = typesName(type.name);
model = {
name: typeName,
types: {
name: 'union',
raw: '',
elements: [{ value: '' }],
},
};
} else {

@@ -176,0 +168,0 @@ // Default to a view model class

4

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

@@ -43,3 +43,3 @@ "bin": {

},
"gitHead": "5ee32cd3fa299aab23972e3956b1a8a187218648"
"gitHead": "8b79408f749d5f43e2828075638ccfc9d62bbbd8"
}

Sorry, the diff of this file is not supported yet