Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@azure-tools/codegen

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azure-tools/codegen - npm Package Compare versions

Comparing version 2.5.271 to 2.5.273

4

dist/formatter.js

@@ -50,3 +50,5 @@ "use strict";

}
return typeof identifier === 'string' ? normalize(text_manipulation_1.fixLeadingNumber(deconstruct(identifier, maxUppercasePreserve))) : removeDuplicates ? text_manipulation_1.removeSequentialDuplicates(identifier) : identifier;
return typeof identifier === 'string'
? normalize(text_manipulation_1.fixLeadingNumber(deconstruct(identifier, maxUppercasePreserve)), removeDuplicates, overrides, maxUppercasePreserve)
: removeDuplicates ? text_manipulation_1.removeSequentialDuplicates(identifier) : identifier;
}

@@ -53,0 +55,0 @@ class Style {

{
"name": "@azure-tools/codegen",
"version": "2.5.271",
"version": "2.5.273",
"patchOffset": 100,

@@ -51,4 +51,4 @@ "description": "Autorest Code generator common and base classes",

"dependencies": {
"@azure-tools/async-io": "~3.0.236",
"@azure-tools/linq": "~3.1.245",
"@azure-tools/async-io": "~3.0.237",
"@azure-tools/linq": "~3.1.246",
"js-yaml": "3.13.1",

@@ -55,0 +55,0 @@ "semver": "^5.5.1"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc