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.0.0 to 7.0.1

6

babel__template/index.d.ts

@@ -7,8 +7,8 @@ // Type definitions for @babel/template 7.0

// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
// TypeScript Version: 2.9
import { ParseOptions } from "@babel/parser";
import { ParserOptions } from "@babel/parser";
import { Expression, File, Program, Statement } from "@babel/types";
export interface TemplateBuilderOptions extends ParseOptions {
export interface TemplateBuilderOptions extends ParserOptions {
/**

@@ -15,0 +15,0 @@ * A set of placeholder names to automatically accept. Items in this list do not need to match the given placeholder pattern.

{
"name": "@types/babel__template",
"version": "7.0.0",
"version": "7.0.1",
"description": "TypeScript definitions for @babel/template",

@@ -24,2 +24,3 @@ "license": "MIT",

"main": "",
"types": "index",
"repository": {

@@ -31,6 +32,7 @@ "type": "git",

"dependencies": {
"@babel/types": "^7.0.0-beta.54"
"@babel/parser": "^7.1.0",
"@babel/types": "^7.0.0"
},
"typesPublisherContentHash": "ba77852ea1c9492043082a357998ace19ddc359e9a5aa480656ef47411514c33",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "1d6f0a524fa97caf360f980c3df6834454a13b2789d8ea78798ad1ba8c65fe1f",
"typeScriptVersion": "2.9"
}

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

Additional Details
* Last updated: Wed, 25 Jul 2018 22:05:07 GMT
* Last updated: Thu, 15 Nov 2018 22:58:34 GMT
* Dependencies: @babel/parser, @babel/types

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

Sorry, the diff of this file is not supported yet

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