Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@putout/compare

Package Overview
Dependencies
Maintainers
1
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@putout/compare - npm Package Compare versions

Comparing version 13.2.0 to 14.0.0

3

lib/comparators.js

@@ -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": {

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