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.206 to 2.1.208

6

dist/file-generator.d.ts

@@ -21,5 +21,5 @@ import { Initializer } from './initializer';

constructor(content?: TextPossibilities, objectIntializer?: Partial<Text>);
readonly count: number;
get count(): number;
add(text: TextPossibilities): IText;
readonly text: string;
get text(): string;
toString: () => string;

@@ -37,3 +37,3 @@ trim(): void;

prepend(name: string, content: TextPossibilities): void;
readonly regions: {
get regions(): {
name: string;

@@ -40,0 +40,0 @@ start: string;

{
"name": "@azure-tools/codegen",
"version": "2.1.206",
"version": "2.1.208",
"patchOffset": 100,

@@ -43,3 +43,3 @@ "description": "Autorest Code generator common and base classes",

"mocha-typescript": "1.1.17",
"typescript": "~3.6.2",
"typescript": "~3.7.0-beta",
"@typescript-eslint/eslint-plugin": "~2.0.0",

@@ -52,4 +52,4 @@ "@typescript-eslint/parser": "~2.0.0",

"dependencies": {
"@azure-tools/async-io": "~3.0.195",
"@azure-tools/linq": "~3.1.197",
"@azure-tools/async-io": "~3.0.197",
"@azure-tools/linq": "~3.1.199",
"js-yaml": "3.13.1",

@@ -56,0 +56,0 @@ "semver": "^5.5.1",

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