Socket
Socket
Sign inDemoInstall

@types/babel__generator

Package Overview
Dependencies
4
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.6.2 to 7.6.3

58

babel__generator/index.d.ts

@@ -17,3 +17,3 @@ // Type definitions for @babel/generator 7.6

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

@@ -23,3 +23,3 @@ /**

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

@@ -37,3 +37,3 @@ /**

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

@@ -44,3 +44,3 @@ /**

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

@@ -50,3 +50,3 @@ /**

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

@@ -56,3 +56,3 @@ /**

*/
compact?: boolean | 'auto';
compact?: boolean | 'auto' | undefined;

@@ -62,3 +62,3 @@ /**

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

@@ -68,3 +68,3 @@ /**

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

@@ -74,3 +74,3 @@ /**

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

@@ -80,3 +80,3 @@ /**

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

@@ -86,3 +86,3 @@ /**

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

@@ -93,3 +93,3 @@ /**

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

@@ -99,3 +99,3 @@ /**

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

@@ -106,3 +106,3 @@ /**

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

@@ -117,3 +117,3 @@ /**

*/
quotes?: 'single' | 'double' | 'backtick';
quotes?: 'single' | 'double' | 'backtick' | undefined;

@@ -125,3 +125,3 @@ /**

*/
numbers?: 'binary' | 'octal' | 'decimal' | 'hexadecimal';
numbers?: 'binary' | 'octal' | 'decimal' | 'hexadecimal' | undefined;

@@ -133,3 +133,3 @@ /**

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

@@ -143,3 +143,3 @@ /**

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

@@ -150,3 +150,3 @@ /**

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

@@ -157,3 +157,3 @@ /**

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

@@ -166,3 +166,3 @@ /**

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

@@ -173,3 +173,3 @@ /**

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

@@ -180,3 +180,3 @@ /**

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

@@ -187,3 +187,3 @@ /**

*/
indentLevel?: number;
indentLevel?: number | undefined;

@@ -196,3 +196,3 @@ /**

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

@@ -204,4 +204,4 @@ /**

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

@@ -233,4 +233,4 @@

names: string[];
sourceRoot?: string;
sourcesContent?: string[];
sourceRoot?: string | undefined;
sourcesContent?: string[] | undefined;
mappings: string;

@@ -237,0 +237,0 @@ file: string;

{
"name": "@types/babel__generator",
"version": "7.6.2",
"version": "7.6.3",
"description": "TypeScript definitions for @babel/generator",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__generator",
"license": "MIT",

@@ -44,4 +45,4 @@ "contributors": [

},
"typesPublisherContentHash": "b23ad006c397e6417890cc76037c6e1480aeaf879b2c2e81a3f401fac68c48f4",
"typeScriptVersion": "3.2"
"typesPublisherContentHash": "5d63022fd7a5ff8a46344ce18d64ce05c4bf5fa887a0e3f10ab40314531a5369",
"typeScriptVersion": "3.6"
}

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

### Additional Details
* Last updated: Fri, 25 Sep 2020 23:55:29 GMT
* Last updated: Tue, 06 Jul 2021 18:05:40 GMT
* Dependencies: [@types/babel__types](https://npmjs.com/package/@types/babel__types)

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc