Socket
Socket
Sign inDemoInstall

@types/babel-traverse

Package Overview
Dependencies
Maintainers
1
Versions
25
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 6.7.14 to 6.7.15

5

babel-traverse/index.d.ts

@@ -349,3 +349,3 @@ // Type definitions for babel-traverse v6.7

buildCodeFrameError(msg: string, Error: Error): Error;
buildCodeFrameError<TError extends Error>(msg: string, Error?: new (msg: string) => TError): TError;

@@ -385,3 +385,3 @@ traverse(visitor: Visitor, state?: any): void;

/** Get the earliest path in the tree where the provided `paths` intersect. */
getDeepestCommonAncestorFrom(paths: NodePath<Node>[], filter?: Function): NodePath<Node>;
getDeepestCommonAncestorFrom(paths: NodePath<Node>[], filter?: Function): NodePath<Node>;

@@ -968,2 +968,1 @@ /**

}
{
"name": "@types/babel-traverse",
"version": "6.7.14",
"version": "6.7.15",
"description": "TypeScript definitions for babel-traverse v6.7",

@@ -16,4 +16,5 @@ "license": "MIT",

},
"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "6451b384c2b15f2f47156bce922c7670001b21fc18f94753b0a8ac7b3bb5a93f"
"typesPublisherContentHash": "eb3ad2f461c9189350e84f0ad1a95c184ea016be6bc253e1e945e46d8ffbeaeb"
}

2

babel-traverse/README.md

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

Additional Details
* Last updated: Mon, 19 Sep 2016 16:15:22 GMT
* Last updated: Wed, 05 Oct 2016 20:53:29 GMT
* File structure: ProperModule

@@ -14,0 +14,0 @@ * Library Dependencies: babel-types

@@ -26,3 +26,3 @@ {

"hasPackageJson": false,
"contentHash": "6451b384c2b15f2f47156bce922c7670001b21fc18f94753b0a8ac7b3bb5a93f"
"contentHash": "eb3ad2f461c9189350e84f0ad1a95c184ea016be6bc253e1e945e46d8ffbeaeb"
}
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