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.0 to 7.11.1

babel__traverse/ts4.1/index.d.ts

3

babel__traverse/index.d.ts

@@ -11,3 +11,2 @@ // Type definitions for @babel/traverse 7.11

// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// Minimum TypeScript Version: 3.4

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

export type ArrayKeys<T> = { [P in keyof T]: T[P] extends any[] ? P : never }[keyof T];
export type ArrayKeys<T> = keyof { [P in keyof T as T[P] extends any[] ? P : never]: P };

@@ -72,0 +71,0 @@ export class Scope {

{
"name": "@types/babel__traverse",
"version": "7.11.0",
"version": "7.11.1",
"description": "TypeScript definitions for @babel/traverse",

@@ -45,2 +45,9 @@ "license": "MIT",

"types": "index.d.ts",
"typesVersions": {
"<=4.1": {
"*": [
"ts4.1/*"
]
}
},
"repository": {

@@ -55,4 +62,4 @@ "type": "git",

},
"typesPublisherContentHash": "d2026b87ca1b6d5cf953edcc61327342e0aadedb036ddb748b019104161345bc",
"typeScriptVersion": "3.4"
"typesPublisherContentHash": "6a2fa1486fb4377847c440a470741ae1f96fe3571b07b3d04030eeaed9521315",
"typeScriptVersion": "3.5"
}

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

### Additional Details
* Last updated: Tue, 08 Dec 2020 10:24:25 GMT
* Last updated: Sat, 13 Mar 2021 09:40:34 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