New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@microsoft.azure/autorest-core

Package Overview
Dependencies
Maintainers
2
Versions
228
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft.azure/autorest-core - npm Package Compare versions

Comparing version 3.0.5445 to 3.0.5447

12

dist/lib/pipeline/plugins/merger.js

@@ -292,7 +292,11 @@ "use strict";

for (const { key, value, pointer, children } of nodes) {
this.cCount[key] = this.cCount[key] || 0;
if (components[key] === undefined) {
this.newObject(components, key, pointer);
// NOTE: SecuritySchemes are not being used anywhere in AutoRest.
// So, to reduce overhead in RPs with hundreds of swaggers we drop them.
if (key !== 'securitySchemes') {
this.cCount[key] = this.cCount[key] || 0;
if (components[key] === undefined) {
this.newObject(components, key, pointer);
}
this.visitComponent(key, components[key], children);
}
this.visitComponent(key, components[key], children);
}

@@ -299,0 +303,0 @@ }

{
"name": "@microsoft.azure/autorest-core",
"version": "3.0.5445",
"version": "3.0.5447",
"description": "AutoRest core module",

@@ -5,0 +5,0 @@ "engines": {

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