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 2.0.4186 to 2.0.4189

dist/lib/ref/array.d.ts

3

dist/lib/pipeline/swagger-loader.js

@@ -7,2 +7,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
const array_1 = require("../ref/array");
const text_utility_1 = require("../parsing/text-utility");

@@ -361,3 +362,3 @@ const literate_1 = require("../parsing/literate");

// finish source map
mapping.push(...merging_1.IdentitySourceMapping(inputSwagger.key, yaml_2.ToAst(swagger)));
array_1.pushAll(mapping, merging_1.IdentitySourceMapping(inputSwagger.key, yaml_2.ToAst(swagger)));
// populate object

@@ -364,0 +365,0 @@ populate.forEach(f => f());

import { ConfigurationView } from "../configuration";
import { JsonPath } from "../ref/jsonpath";
import * as yaml from "../ref/yaml";
import * as yaml from '../ref/yaml';
import { Mappings } from "../ref/source-map";

@@ -5,0 +5,0 @@ import { DataHandle, DataSink } from "../data-store/data-store";

@@ -7,2 +7,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
const array_1 = require("../ref/array");
const text_utility_1 = require("../parsing/text-utility");

@@ -203,3 +204,3 @@ const message_1 = require("../message");

}) || {});
mappings.push(...IdentitySourceMapping(yamlInputHandle.key, yamlInputHandle.ReadYamlAst()));
array_1.pushAll(mappings, IdentitySourceMapping(yamlInputHandle.key, yamlInputHandle.ReadYamlAst()));
}

@@ -206,0 +207,0 @@ if (failed) {

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

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

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