Socket
Socket
Sign inDemoInstall

@types/babel__traverse

Package Overview
Dependencies
4
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.11 to 7.0.12

14

babel__traverse/index.d.ts

@@ -8,2 +8,3 @@ // Type definitions for @babel/traverse 7.0

// Dean L. <https://github.com/dlgrit>
// Ifiok Jr. <https://github.com/ifiokjr>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -845,6 +846,17 @@ // Minimum TypeScript Version: 3.4

export class Hub {
export interface HubInterface {
getCode(): string | undefined;
getScope(): Scope | undefined;
addHelper(name: string): any;
buildError(node: any, msg: string, Error: ErrorConstructor): Error;
}
export class Hub implements HubInterface {
constructor(file: any, options: any);
file: any;
options: any;
getCode(): string | undefined;
getScope(): Scope | undefined;
addHelper(name: string): any;
buildError(node: any, msg: string, Constructor: typeof Error): Error;
}

@@ -851,0 +863,0 @@

9

babel__traverse/package.json
{
"name": "@types/babel__traverse",
"version": "7.0.11",
"version": "7.0.12",
"description": "TypeScript definitions for @babel/traverse",

@@ -31,2 +31,7 @@ "license": "MIT",

"githubUsername": "dlgrit"
},
{
"name": "Ifiok Jr.",
"url": "https://github.com/ifiokjr",
"githubUsername": "ifiokjr"
}

@@ -45,4 +50,4 @@ ],

},
"typesPublisherContentHash": "9dbc1fdf9406edda1d6b63b712e5b312a5c2aaa27ed9ce8e70a6f6130c7a65a3",
"typesPublisherContentHash": "9554baf41b59ae77fd92863257012fe8f1598be68b3dd2368f9b6a88ce6a7e13",
"typeScriptVersion": "3.4"
}

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

### Additional Details
* Last updated: Mon, 27 Apr 2020 21:43:26 GMT
* Last updated: Mon, 01 Jun 2020 23:54:16 GMT
* Dependencies: [@types/babel__types](https://npmjs.com/package/@types/babel__types)

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by [Troy Gerwien](https://github.com/yortus), [Marvin Hagemeister](https://github.com/marvinhagemeister), [Ryan Petrich](https://github.com/rpetrich), [Melvin Groenhoff](https://github.com/mgroenhoff), and [Dean L.](https://github.com/dlgrit).
These definitions were written by [Troy Gerwien](https://github.com/yortus), [Marvin Hagemeister](https://github.com/marvinhagemeister), [Ryan Petrich](https://github.com/rpetrich), [Melvin Groenhoff](https://github.com/mgroenhoff), [Dean L.](https://github.com/dlgrit), and [Ifiok Jr.](https://github.com/ifiokjr).
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