@putout/compare
Advanced tools
Comparing version 13.2.0 to 14.0.0
@@ -76,5 +76,4 @@ 'use strict'; | ||
if (compare(node, template, {add, templateStore})) { | ||
if (compare(node, template, {add, templateStore})) | ||
return true; | ||
} | ||
} | ||
@@ -81,0 +80,0 @@ |
@@ -105,5 +105,4 @@ 'use strict'; | ||
if (!isJSXElement(node)) { | ||
if (!isJSXElement(node)) | ||
way = way.replace(/\.expression$/, ''); | ||
} | ||
@@ -110,0 +109,0 @@ result[name] = result[name] || parseExpression(jessy(way, node)); |
{ | ||
"name": "@putout/compare", | ||
"version": "13.2.0", | ||
"version": "14.0.0", | ||
"type": "commonjs", | ||
@@ -28,3 +28,3 @@ "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", | ||
"@putout/babel": "^1.0.5", | ||
"@putout/engine-parser": "^9.0.0", | ||
"@putout/engine-parser": "^10.0.0", | ||
"@putout/operate": "^11.0.0", | ||
@@ -47,3 +47,3 @@ "debug": "^4.1.1", | ||
"lerna": "^6.0.1", | ||
"madrun": "^9.0.0", | ||
"madrun": "^10.0.0", | ||
"mock-require": "^3.0.3", | ||
@@ -58,3 +58,3 @@ "montag": "^1.0.0", | ||
"engines": { | ||
"node": ">=16" | ||
"node": ">=18" | ||
}, | ||
@@ -61,0 +61,0 @@ "publishConfig": { |
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
27776
690
+ Added@putout/babel@2.10.2(transitive)
+ Added@putout/engine-parser@10.8.0(transitive)
+ Added@putout/operate@12.16.0(transitive)
+ Added@putout/operator-json@2.2.0(transitive)
+ Added@putout/printer@9.19.0(transitive)
+ Addedestree-to-babel@9.1.0(transitive)
+ Addedrecast@0.23.9(transitive)
- Removed@putout/engine-parser@9.6.0(transitive)
- Removed@putout/operator-json@1.3.0(transitive)
- Removed@putout/printer@6.17.0(transitive)
- Removed@putout/recast@1.16.1(transitive)
- Removedestree-to-babel@8.1.1(transitive)