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.4.0 to 7.4.4

2

lib/clone/cloneNode.js

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

if (has(node, "innerComments")) {
newNode.innerComments = node.innerCmments;
newNode.innerComments = node.innerComments;
}

@@ -69,0 +69,0 @@

@@ -32,2 +32,5 @@ "use strict";

case "PrivateName":
return false;
case "ObjectProperty":

@@ -34,0 +37,0 @@ case "ClassProperty":

{
"name": "@babel/types",
"version": "7.4.0",
"version": "7.4.4",
"description": "Babel Types is a Lodash-esque utility library for AST nodes",

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

"devDependencies": {
"@babel/generator": "^7.4.0",
"@babel/parser": "^7.4.0"
"@babel/generator": "^7.4.4",
"@babel/parser": "^7.4.4"
},
"gitHead": "f1328fb913b5a93d54dfc6e3728b1f56c8f4a804"
"gitHead": "2c88694388831b1e5b88e4bbed6781eb2be1edba"
}
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