Socket
Socket
Sign inDemoInstall

@babel/types

Package Overview
Dependencies
Maintainers
5
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/types - npm Package Compare versions

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

2

lib/definitions/core.js

@@ -109,3 +109,3 @@ "use strict";

(0, _utils.default)("CallExpression", {
visitor: ["callee", "arguments", "typeParameters"],
visitor: ["callee", "arguments", "typeParameters", "typeArguments"],
builder: ["callee", "arguments"],

@@ -112,0 +112,0 @@ aliases: ["Expression"],

@@ -78,3 +78,3 @@ "use strict";

(0, _utils.default)("OptionalCallExpression", {
visitor: ["callee", "arguments", "typeParameters"],
visitor: ["callee", "arguments", "typeParameters", "typeArguments"],
builder: ["callee", "arguments", "optional"],

@@ -81,0 +81,0 @@ aliases: ["Expression"],

{
"name": "@babel/types",
"version": "7.0.0-beta.51",
"version": "7.0.0-beta.52",
"description": "Babel Types is a Lodash-esque utility library for AST nodes",

@@ -17,5 +17,5 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>",

"devDependencies": {
"@babel/generator": "7.0.0-beta.51",
"@babel/parser": "7.0.0-beta.51"
"@babel/generator": "7.0.0-beta.52",
"@babel/parser": "7.0.0-beta.52"
}
}

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

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

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

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

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

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