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
0
Versions
385
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.36.0-alpha.20241218.1 to 0.36.0-alpha.20241219.2

2

.rush/temp/package-deps_build.json

@@ -41,3 +41,3 @@ {

"packages/rlc-common/src/metadata/buildBrowserConfig.ts": "8aa97a77a03d3f3503c1959812600ab86080c75d",
"packages/rlc-common/src/metadata/buildESLintConfig.ts": "ff8b8c170bddba8293cf67b4c93bb69b8e98f11f",
"packages/rlc-common/src/metadata/buildESLintConfig.ts": "a466f48fdb603a36d259113482129fc0f44fc2af",
"packages/rlc-common/src/metadata/buildLicenseFile.ts": "93aede17cfd25fd7793180cab3a4398af90edc9e",

@@ -44,0 +44,0 @@ "packages/rlc-common/src/metadata/buildPackageFile.ts": "1409fcde8699eecb056e274d1e548ea9c4263a96",

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

export default [
...azsdkEslint.configs.recommended,
export default azsdkEslint.config([
{

@@ -18,8 +17,7 @@ rules: {

}
];
]);
`;
const esLintConfigEsm = `import azsdkEslint from "@azure/eslint-plugin-azure-sdk";
export default [
...azsdkEslint.configs.recommended,
export default azsdkEslint.config([
{

@@ -37,3 +35,3 @@ rules: {

}
];
]);
`;

@@ -40,0 +38,0 @@ export function buildEsLintConfig(model) {

@@ -9,4 +9,3 @@ "use strict";

export default [
...azsdkEslint.configs.recommended,
export default azsdkEslint.config([
{

@@ -21,8 +20,7 @@ rules: {

}
];
]);
`;
const esLintConfigEsm = `import azsdkEslint from "@azure/eslint-plugin-azure-sdk";
export default [
...azsdkEslint.configs.recommended,
export default azsdkEslint.config([
{

@@ -40,3 +38,3 @@ rules: {

}
];
]);
`;

@@ -43,0 +41,0 @@ function buildEsLintConfig(model) {

{
"name": "@azure-tools/rlc-common",
"version": "0.36.0-alpha.20241218.1",
"version": "0.36.0-alpha.20241219.2",
"description": "",

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

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

export default [
...azsdkEslint.configs.recommended,
export default azsdkEslint.config([
{

@@ -21,3 +20,3 @@ rules: {

}
];
]);
`;

@@ -27,4 +26,3 @@

export default [
...azsdkEslint.configs.recommended,
export default azsdkEslint.config([
{

@@ -42,3 +40,3 @@ rules: {

}
];
]);
`;

@@ -45,0 +43,0 @@

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