Socket
Socket
Sign inDemoInstall

@types/babel__template

Package Overview
Dependencies
5
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.4.0 to 7.4.1

8

babel__template/index.d.ts

@@ -19,3 +19,3 @@ // Type definitions for @babel/template 7.4

*/
placeholderWhitelist?: Set<string> | null;
placeholderWhitelist?: Set<string> | null | undefined;

@@ -33,3 +33,3 @@ /**

*/
placeholderPattern?: RegExp | false | null;
placeholderPattern?: RegExp | false | null | undefined;

@@ -42,3 +42,3 @@ /**

*/
preserveComments?: boolean | null;
preserveComments?: boolean | null | undefined;

@@ -53,3 +53,3 @@ /**

*/
syntacticPlaceholders?: boolean | null;
syntacticPlaceholders?: boolean | null | undefined;
}

@@ -56,0 +56,0 @@

{
"name": "@types/babel__template",
"version": "7.4.0",
"version": "7.4.1",
"description": "TypeScript definitions for @babel/template",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__template",
"license": "MIT",

@@ -40,4 +41,4 @@ "contributors": [

},
"typesPublisherContentHash": "dd8063acb40cd7a72bf4860b78c6c992da2e8af35742f5d50e0a13ddbf1520c0",
"typeScriptVersion": "3.2"
"typesPublisherContentHash": "8b488d3b882af8da43e3bb35fc9efcf3bd5fdaec465b98ed620d47b2231b62ed",
"typeScriptVersion": "3.6"
}

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

### Additional Details
* Last updated: Thu, 12 Nov 2020 20:50:56 GMT
* Last updated: Tue, 06 Jul 2021 18:05:41 GMT
* Dependencies: [@types/babel__parser](https://npmjs.com/package/@types/babel__parser), [@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