You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP →

@charlietango/react-docs-net

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
1.3.3

@@ -40,7 +40,8 @@ //

function ns(name ) {
const cleanName = name.replace(/(?:View)?Models$/, '');
return [...cleanName.split('.'), 'ViewModels']
.map(part => upperFirst(camelCase(part)))
.join('.');
return name;
// const cleanName = name.replace(/(?:View)?Models$/, '');
//
// return [...cleanName.split('.'), 'ViewModels']
// .map(part => upperFirst(camelCase(part)))
// .join('.');
}

@@ -47,0 +48,0 @@

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

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

Sorry, the diff of this file is not supported yet