@putout/compare
Advanced tools
Comparing version 13.1.0 to 13.2.0
@@ -119,4 +119,3 @@ 'use strict'; | ||
// @babel/template creates empty array directives | ||
// extra duplicate value | ||
// @babel/template creates empty array directives// extra duplicate value | ||
const ignore = [ | ||
@@ -123,0 +122,0 @@ 'loc', |
@@ -241,2 +241,5 @@ 'use strict'; | ||
module.exports.isEqualBody = (node, templateNode) => { | ||
if (!node) | ||
return false; | ||
if (!isBody(templateNode)) | ||
@@ -243,0 +246,0 @@ return false; |
{ | ||
"name": "@putout/compare", | ||
"version": "13.1.0", | ||
"version": "13.2.0", | ||
"type": "commonjs", | ||
@@ -43,3 +43,3 @@ "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", | ||
"eslint-plugin-n": "^16.0.0", | ||
"eslint-plugin-putout": "^20.0.0", | ||
"eslint-plugin-putout": "^21.0.0", | ||
"just-camel-case": "^4.0.2", | ||
@@ -46,0 +46,0 @@ "lerna": "^6.0.1", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27802
692