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.18.4 to 7.18.5

2

babel__traverse/index.d.ts

@@ -297,3 +297,2 @@ // Type definitions for @babel/traverse 7.18

*/
findParent<T extends t.Node>(callback: (path: NodePath) => path is NodePath<T>): NodePath<T> | null;
findParent(callback: (path: NodePath) => boolean): NodePath | null;

@@ -306,3 +305,2 @@

*/
find<T extends t.Node>(callback: (path: NodePath) => path is NodePath<T>): NodePath<T> | null;
find(callback: (path: NodePath) => boolean): NodePath | null;

@@ -309,0 +307,0 @@

4

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

@@ -60,4 +60,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__traverse",

},
"typesPublisherContentHash": "98d58bb0352e7d8aa887b4664af8d5c80797a41eaa1b5b7826e720988fea559a",
"typesPublisherContentHash": "794d0cb7b862c906728252af03d0e0a3f87677ffe6a927640a79bbd482121d29",
"typeScriptVersion": "4.3"
}

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

### Additional Details
* Last updated: Tue, 25 Apr 2023 20:32:49 GMT
* Last updated: Wed, 26 Apr 2023 16:32:46 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