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.5.293 to 2.5.294-dev.1

4

.rush/temp/package-deps_build.json

@@ -9,3 +9,3 @@ {

"packages/libs/codegen/jest.config.js": "37a264bc912dd5e8d055d71e7719a0e4b5e66cb5",
"packages/libs/codegen/package.json": "6060f1e6db357f0ddebef407dc4bc42a1c408eef",
"packages/libs/codegen/package.json": "22b61baafb5b9b1199ab2cb69705bbf2e206a253",
"packages/libs/codegen/readme.md": "2ee26d6c053063c75ebce1f7203e5614c730a843",

@@ -32,5 +32,5 @@ "packages/libs/codegen/src/apiversion/apiversion.test.ts": "a7c2d44b91a49511656c0976bf65391cb46d4783",

"packages/libs/codegen/tsconfig.json": "91b3259f9e6fdec611acc36bb88ab6cbfe85c3e0",
"packages/libs/codegen/.rush/temp/shrinkwrap-deps.json": "676b66bf377bc9f9d8106854d39d289c7a8c48b5"
"packages/libs/codegen/.rush/temp/shrinkwrap-deps.json": "c277b99b9eaedd23c96a508ff5a2451d052618d7"
},
"arguments": "tsc -p ./tsconfig.build.json "
}

@@ -19,3 +19,3 @@ import { Initializer } from "./initializer";

export declare class Text extends Initializer implements IText {
protected content: TextOrString[];
protected content: (string | IText | ITextEdit)[];
constructor(content?: TextPossibilities, objectIntializer?: Partial<Text>);

@@ -22,0 +22,0 @@ get count(): number;

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

"ms",
"vm",
"vm", // 'ssl', 'https', 'http', ''
]);

@@ -22,0 +22,0 @@ /** joins an array by passing thru a selector and uses the separator string (defaults to comma) */

{
"name": "@azure-tools/codegen",
"version": "2.5.293",
"version": "2.5.294-dev.1",
"description": "Autorest Code generator common and base classes",

@@ -10,2 +10,5 @@ "directories": {

"typings": "dist/exports.d.ts",
"engines": {
"node": ">=10.13.0"
},
"scripts": {

@@ -43,2 +46,3 @@ "build": "tsc -p ./tsconfig.build.json",

"@typescript-eslint/parser": "^4.12.0",
"eslint-plugin-node": "~11.1.0",
"eslint-plugin-prettier": "~3.2.0",

@@ -51,3 +55,3 @@ "eslint-plugin-unicorn": "~27.0.0",

"ts-jest": "^26.4.4",
"typescript": "~4.1.3"
"typescript": "~4.2.3"
},

@@ -60,2 +64,2 @@ "dependencies": {

}
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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