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.0.144 to 2.0.145

2

dist/exec.js

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

}
catch {
catch (_a) {
// ignore failures

@@ -79,0 +79,0 @@ }

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

}
catch {
catch (_a) {
// ignore failures

@@ -70,3 +70,3 @@ }

}
catch {
catch (_a) {
// ignore failures

@@ -73,0 +73,0 @@ }

{
"name": "@azure-tools/codegen",
"version": "2.0.144",
"version": "2.0.145",
"description": "Autorest Code generator common and base classes",

@@ -18,3 +18,6 @@ "directories": {

"prepare": "npm run build",
"test": "npm run build && mocha dist/test --timeout=1000000"
"test": "npm run build && mocha dist/test --timeout=1000000",
"clean": "ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash",
"clean-cmd": "if exist dist rmdir /s /q dist && exit 0 || exit 0 ",
"clean-bash": "rm nul && rm -rf dist && exit 0 || exit 0"
},

@@ -48,4 +51,4 @@ "repository": {

"dependencies": {
"@azure-tools/async-io": "~3.0.124",
"@azure-tools/linq": "~3.0.118",
"@azure-tools/async-io": "~3.0.125",
"@azure-tools/linq": "~3.0.119",
"js-yaml": "3.13.1",

@@ -52,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