Socket
Socket
Sign inDemoInstall

babel-types

Package Overview
Dependencies
Maintainers
6
Versions
75
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 6.22.0 to 6.23.0

6

lib/index.js

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

var _compact = require("lodash/compact");
var _compact2 = _interopRequireDefault(_compact);
var _clone = require("lodash/clone");

@@ -677,3 +673,3 @@

if (child && parent) {
child[key] = (0, _uniq2.default)((0, _compact2.default)([].concat(child[key], parent[key])));
child[key] = (0, _uniq2.default)([].concat(child[key], parent[key]).filter(Boolean));
}

@@ -680,0 +676,0 @@ }

2

package.json
{
"name": "babel-types",
"version": "6.22.0",
"version": "6.23.0",
"description": "Babel Types is a Lodash-esque utility library for AST nodes",

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

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