Socket
Socket
Sign inDemoInstall

@babel/traverse

Package Overview
Dependencies
Maintainers
5
Versions
180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/traverse - npm Package Compare versions

Comparing version 7.0.0-beta.51 to 7.0.0-beta.52

16

package.json
{
"name": "@babel/traverse",
"version": "7.0.0-beta.51",
"version": "7.0.0-beta.52",
"description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",

@@ -11,8 +11,8 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>",

"dependencies": {
"@babel/code-frame": "7.0.0-beta.51",
"@babel/generator": "7.0.0-beta.51",
"@babel/helper-function-name": "7.0.0-beta.51",
"@babel/helper-split-export-declaration": "7.0.0-beta.51",
"@babel/parser": "7.0.0-beta.51",
"@babel/types": "7.0.0-beta.51",
"@babel/code-frame": "7.0.0-beta.52",
"@babel/generator": "7.0.0-beta.52",
"@babel/helper-function-name": "7.0.0-beta.52",
"@babel/helper-split-export-declaration": "7.0.0-beta.52",
"@babel/parser": "7.0.0-beta.52",
"@babel/types": "7.0.0-beta.52",
"debug": "^3.1.0",

@@ -24,4 +24,4 @@ "globals": "^11.1.0",

"devDependencies": {
"@babel/helper-plugin-test-runner": "7.0.0-beta.51"
"@babel/helper-plugin-test-runner": "7.0.0-beta.52"
}
}

@@ -5,3 +5,3 @@ # @babel/traverse

See our website [@babel/traverse](https://new.babeljs.io/docs/en/next/babel-traverse.html) for more information or the [issues](https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20traverse%22+is%3Aopen) associated with this package.
See our website [@babel/traverse](https://babeljs.io/docs/en/next/babel-traverse.html) for more information or the [issues](https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20traverse%22+is%3Aopen) associated with this package.

@@ -13,3 +13,3 @@ ## Install

```sh
npm install --save @babel/traverse
npm install --save-dev @babel/traverse
```

@@ -20,3 +20,3 @@

```sh
yarn add --save @babel/traverse
yarn add @babel/traverse --dev
```
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