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.1.228 to 2.1.230

5

dist/media-types.js

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

}
if (mt.type === application) {
// at this point, an unrecognized application/* is considered a binary format
// since we don't have any other way of dealing with it.
return KnownMediaType.Binary;
}
if (mt.type === 'text') {

@@ -67,0 +72,0 @@ return KnownMediaType.Text;

6

package.json
{
"name": "@azure-tools/codegen",
"version": "2.1.228",
"version": "2.1.230",
"patchOffset": 100,

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

"dependencies": {
"@azure-tools/async-io": "~3.0.210",
"@azure-tools/linq": "~3.1.216",
"@azure-tools/async-io": "~3.0.211",
"@azure-tools/linq": "~3.1.217",
"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