Socket
Socket
Sign inDemoInstall

@types/babel__traverse

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/babel__traverse - npm Package Compare versions

Comparing version 7.0.6 to 7.0.7

16

babel__traverse/index.d.ts

@@ -14,4 +14,16 @@ // Type definitions for @babel/traverse 7.0

export default function traverse<S>(parent: Node | Node[], opts: TraverseOptions<S>, scope: Scope, state: S, parentPath?: NodePath): void;
export default function traverse(parent: Node | Node[], opts: TraverseOptions, scope?: Scope, state?: any, parentPath?: NodePath): void;
export default function traverse<S>(
parent: Node | Node[],
opts: TraverseOptions<S>,
scope: Scope | undefined,
state: S,
parentPath?: NodePath,
): void;
export default function traverse(
parent: Node | Node[],
opts: TraverseOptions,
scope?: Scope,
state?: any,
parentPath?: NodePath,
): void;

@@ -18,0 +30,0 @@ export interface TraverseOptions<S = Node> extends Visitor<S> {

7

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

@@ -32,3 +32,4 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/babel__traverse"
},

@@ -39,4 +40,4 @@ "scripts": {},

},
"typesPublisherContentHash": "25da84650a4407dd7d7b3cc742518e1e39969ae2ada18af402601fb57c3cace6",
"typesPublisherContentHash": "37e6c080b57f5b07ab86b0af01352617892a3cd9fc9db8bd3c69fa0610672457",
"typeScriptVersion": "2.9"
}

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

Additional Details
* Last updated: Wed, 13 Feb 2019 21:04:23 GMT
* Last updated: Tue, 11 Jun 2019 02:00:21 GMT
* Dependencies: @types/babel__types

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc