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-rc.2 to 7.0.0-rc.3

LICENSE

4

lib/validators/isReferenced.js

@@ -62,2 +62,6 @@ "use strict";

case "BreakStatement":
case "ContinueStatement":
return false;
case "FunctionDeclaration":

@@ -64,0 +68,0 @@ case "FunctionExpression":

6

package.json
{
"name": "@babel/types",
"version": "7.0.0-rc.2",
"version": "7.0.0-rc.3",
"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-rc.2",
"@babel/parser": "7.0.0-rc.2"
"@babel/generator": "7.0.0-rc.3",
"@babel/parser": "7.0.0-rc.3"
}
}
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