Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/yeoman-environment

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/yeoman-environment - npm Package Compare versions

Comparing version 2.10.3 to 2.10.4

28

yeoman-environment/index.d.ts

@@ -468,3 +468,3 @@ // Type definitions for yeoman-environment 2.10

*/
cwd?: string;
cwd?: string | undefined;

@@ -514,3 +514,3 @@ /**

*/
arguments?: string | string[];
arguments?: string | string[] | undefined;

@@ -520,3 +520,3 @@ /**

*/
options?: TOptions;
options?: TOptions | undefined;
}

@@ -531,3 +531,3 @@

*/
localOnly?: boolean;
localOnly?: boolean | undefined;
}

@@ -542,3 +542,3 @@

*/
packagePath?: boolean;
packagePath?: boolean | undefined;

@@ -548,3 +548,3 @@ /**

*/
singleResult?: boolean;
singleResult?: boolean | undefined;
}

@@ -559,3 +559,3 @@

*/
filterPaths?: boolean;
filterPaths?: boolean | undefined;
}

@@ -570,3 +570,3 @@

*/
packagePaths?: string[];
packagePaths?: string[] | undefined;

@@ -576,3 +576,3 @@ /**

*/
npmPaths?: string[];
npmPaths?: string[] | undefined;

@@ -582,3 +582,3 @@ /**

*/
filePatterns?: string[];
filePatterns?: string[] | undefined;

@@ -588,3 +588,3 @@ /**

*/
packagePatterns?: string[];
packagePatterns?: string[] | undefined;

@@ -594,3 +594,3 @@ /**

*/
singleResult?: boolean;
singleResult?: boolean | undefined;

@@ -600,3 +600,3 @@ /**

*/
globbyDeep?: number;
globbyDeep?: number | undefined;
}

@@ -611,3 +611,3 @@

*/
packagePatterns?: string[];
packagePatterns?: string[] | undefined;
}

@@ -614,0 +614,0 @@

@@ -13,3 +13,3 @@ import { Change } from "diff";

*/
console?: Console;
console?: Console | undefined;
}

@@ -16,0 +16,0 @@

@@ -37,3 +37,3 @@ import { Color, Modifiers } from "chalk";

*/
colors?: ColorMap<TCategories>;
colors?: ColorMap<TCategories> | undefined;

@@ -43,3 +43,3 @@ /**

*/
console?: Console;
console?: Console | undefined;

@@ -49,3 +49,3 @@ /**

*/
stderr?: WriteStream;
stderr?: WriteStream | undefined;

@@ -55,3 +55,3 @@ /**

*/
stdout?: WriteStream;
stdout?: WriteStream | undefined;
}

@@ -58,0 +58,0 @@

{
"name": "@types/yeoman-environment",
"version": "2.10.3",
"version": "2.10.4",
"description": "TypeScript definitions for yeoman-environment",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yeoman-environment",
"license": "MIT",

@@ -35,4 +36,4 @@ "contributors": [

},
"typesPublisherContentHash": "d136375cf6e2237038808bf40d866738c1646aac07449090e1078c74759f12e6",
"typeScriptVersion": "3.5"
"typesPublisherContentHash": "5ca2552ba7fd5e1122c4acf063776f628263f3676c1b6ccb393fa0100069ba03",
"typeScriptVersion": "3.6"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Fri, 30 Apr 2021 17:31:25 GMT
* Last updated: Fri, 02 Jul 2021 16:32:08 GMT
* Dependencies: [@types/mem-fs](https://npmjs.com/package/@types/mem-fs), [@types/inquirer](https://npmjs.com/package/@types/inquirer), [@types/yeoman-generator](https://npmjs.com/package/@types/yeoman-generator), [@types/diff](https://npmjs.com/package/@types/diff), [@types/chalk](https://npmjs.com/package/@types/chalk), [@types/text-table](https://npmjs.com/package/@types/text-table)

@@ -14,0 +14,0 @@ * Global values: none

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