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

@azure-tools/rlc-common

Package Overview
Dependencies
Maintainers
1
Versions
413
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azure-tools/rlc-common - npm Package Compare versions

Comparing version 0.13.4-alpha.20230705.2 to 0.13.4-alpha.20230710.1

2

.rush/temp/operation/build/state.json
{
"nonCachedDurationMs": 6390.412007000006
"nonCachedDurationMs": 6442.282305999979
}

@@ -12,4 +12,4 @@ {

"packages/rlc-common/src/buildClient.ts": "576075adc1df556d2e9cebbf383c0948a288c0d9",
"packages/rlc-common/src/buildClientDefinitions.ts": "9d57b0bb46ce84fd442bf4cc0e3631de48778bf2",
"packages/rlc-common/src/buildIndexFile.ts": "8aca048bd46b2376b71f6544b5220be59a28b537",
"packages/rlc-common/src/buildClientDefinitions.ts": "bf75621520a625598926a892f920bd1199d88fe8",
"packages/rlc-common/src/buildIndexFile.ts": "cfc029164ebcd100cb5dddb0ff304f44484e45ce",
"packages/rlc-common/src/buildIsUnexpectedHelper.ts": "e2b617ad98544a7646157e5027e761e07b63d048",

@@ -34,7 +34,7 @@ "packages/rlc-common/src/buildLogger.ts": "ee2ceec802a6cf786ea9167b9a789d20657de800",

"packages/rlc-common/src/index.ts": "3d16dd6148dd3bd43d7b0e7132d81472f74ba27e",
"packages/rlc-common/src/interfaces.ts": "b601cdb2ad253cac4f49ebfb9d32566d953216d3",
"packages/rlc-common/src/interfaces.ts": "779afb01b0ef05bbf1c208e59f4e12307c237ec4",
"packages/rlc-common/src/metadata/buildApiExtractorConfig.ts": "4bcc63b3551d923d2881adb015b23978a2539e14",
"packages/rlc-common/src/metadata/buildESLintConfig.ts": "b0530cba08bf5e29cc1d307b93363f66c1e6b81d",
"packages/rlc-common/src/metadata/buildLicenseFile.ts": "ce4083770e48d3b0dd670f7efc324a7fed10dac4",
"packages/rlc-common/src/metadata/buildPackageFile.ts": "111a72005bc04126ac5917d6cd1a40a6309f922e",
"packages/rlc-common/src/metadata/buildPackageFile.ts": "6809eff472da1ab43498a0a55804bb8ea1528ae3",
"packages/rlc-common/src/metadata/buildReadmeFile.ts": "649510f75d04ba8438202b92b83a56d3d3206efe",

@@ -41,0 +41,0 @@ "packages/rlc-common/src/metadata/buildRollupConfig.ts": "56a0ac2b69266d8a3192981abc4c09fcde444634",

@@ -122,3 +122,3 @@ // Copyright (c) Microsoft Corporation.

operationGroupName !== "Client") {
return `${pascalCase(operationGroupName)}${pascalCase(name)}`;
return normalizeName(`${pascalCase(operationGroupName)}${pascalCase(name)}`, NameType.Interface);
}

@@ -125,0 +125,0 @@ return pascalCase(name);

@@ -112,3 +112,3 @@ // Copyright (c) Microsoft Corporation.

"@azure/core-auth": "^1.3.0",
"@azure-rest/core-client": "^1.1.3",
"@azure-rest/core-client": "^1.1.4",
"@azure/core-rest-pipeline": "^1.8.0",

@@ -115,0 +115,0 @@ "@azure/logger": "^1.0.0",

@@ -127,3 +127,3 @@ "use strict";

operationGroupName !== "Client") {
return `${(0, nameUtils_js_2.pascalCase)(operationGroupName)}${(0, nameUtils_js_2.pascalCase)(name)}`;
return (0, nameUtils_js_1.normalizeName)(`${(0, nameUtils_js_2.pascalCase)(operationGroupName)}${(0, nameUtils_js_2.pascalCase)(name)}`, nameUtils_js_1.NameType.Interface);
}

@@ -130,0 +130,0 @@ return (0, nameUtils_js_2.pascalCase)(name);

@@ -116,3 +116,3 @@ "use strict";

autoPublish: false,
dependencies: Object.assign(Object.assign({ "@azure/core-auth": "^1.3.0", "@azure-rest/core-client": "^1.1.3", "@azure/core-rest-pipeline": "^1.8.0", "@azure/logger": "^1.0.0", tslib: "^2.2.0" }, (hasPaging && {
dependencies: Object.assign(Object.assign({ "@azure/core-auth": "^1.3.0", "@azure-rest/core-client": "^1.1.4", "@azure/core-rest-pipeline": "^1.8.0", "@azure/logger": "^1.0.0", tslib: "^2.2.0" }, (hasPaging && {
"@azure/core-paging": "^1.5.0"

@@ -119,0 +119,0 @@ })), (hasLRO && {

{
"name": "@azure-tools/rlc-common",
"version": "0.13.4-alpha.20230705.2",
"version": "0.13.4-alpha.20230710.1",
"description": "",

@@ -5,0 +5,0 @@ "type": "module",

@@ -195,3 +195,6 @@ // Copyright (c) Microsoft Corporation.

) {
return `${pascalCase(operationGroupName)}${pascalCase(name)}`;
return normalizeName(
`${pascalCase(operationGroupName)}${pascalCase(name)}`,
NameType.Interface
);
}

@@ -198,0 +201,0 @@

@@ -133,3 +133,3 @@ // Copyright (c) Microsoft Corporation.

}
if (hasPollingOperations(model)) {

@@ -136,0 +136,0 @@ file.addImportDeclaration({

@@ -126,2 +126,3 @@ // Copyright (c) Microsoft Corporation.

isModularLibrary?: boolean;
enableOperationGroup?: boolean;
}

@@ -128,0 +129,0 @@

@@ -156,3 +156,3 @@ // Copyright (c) Microsoft Corporation.

"@azure/core-auth": "^1.3.0",
"@azure-rest/core-client": "^1.1.3",
"@azure-rest/core-client": "^1.1.4",
"@azure/core-rest-pipeline": "^1.8.0",

@@ -159,0 +159,0 @@ "@azure/logger": "^1.0.0",

@@ -110,2 +110,3 @@ export interface RLCModel {

isModularLibrary?: boolean;
enableOperationGroup?: boolean;
}

@@ -112,0 +113,0 @@ export interface ServiceInfo {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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