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.11.1 to 7.14.0

5

babel__traverse/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for @babel/traverse 7.11
// Type definitions for @babel/traverse 7.14
// Project: https://github.com/babel/babel/tree/main/packages/babel-traverse, https://babeljs.io

@@ -10,2 +10,3 @@ // Definitions by: Troy Gerwien <https://github.com/yortus>

// ExE Boss <https://github.com/ExE-Boss>
// Daniel Tschinder <https://github.com/danez>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -239,3 +240,3 @@

skipKeys: object;
parentPath: NodePath;
parentPath: T extends t.Program ? null : NodePath;
context: TraversalContext;

@@ -242,0 +243,0 @@ container: object | object[];

12

babel__traverse/package.json
{
"name": "@types/babel__traverse",
"version": "7.11.1",
"version": "7.14.0",
"description": "TypeScript definitions for @babel/traverse",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__traverse",
"license": "MIT",

@@ -41,2 +42,7 @@ "contributors": [

"githubUsername": "ExE-Boss"
},
{
"name": "Daniel Tschinder",
"url": "https://github.com/danez",
"githubUsername": "danez"
}

@@ -62,4 +68,4 @@ ],

},
"typesPublisherContentHash": "6a2fa1486fb4377847c440a470741ae1f96fe3571b07b3d04030eeaed9521315",
"typeScriptVersion": "3.5"
"typesPublisherContentHash": "018a94bdfb68ec320c195ade1ed72b7e91dbc1ae0de5f8eea2d3ad225c6967e2",
"typeScriptVersion": "3.6"
}

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

### Additional Details
* Last updated: Sat, 13 Mar 2021 09:40:34 GMT
* Last updated: Sun, 27 Jun 2021 13:31:14 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), [Dean L.](https://github.com/dlgrit), [Ifiok Jr.](https://github.com/ifiokjr), and [ExE Boss](https://github.com/ExE-Boss).
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), [Ifiok Jr.](https://github.com/ifiokjr), [ExE Boss](https://github.com/ExE-Boss), and [Daniel Tschinder](https://github.com/danez).

@@ -227,3 +227,3 @@ import * as t from '@babel/types';

skipKeys: object;
parentPath: NodePath;
parentPath: T extends t.Program ? null : NodePath;
context: TraversalContext;

@@ -230,0 +230,0 @@ container: object | object[];

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