New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@putout/compare

Package Overview
Dependencies
Maintainers
1
Versions
134
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 9.13.0 to 9.14.0

4

lib/vars.js

@@ -28,3 +28,3 @@ 'use strict';

const isString = (a) => typeof a === 'string';
const parseExpression = (a) => a.expression || a;
const parseExpression = (a) => a?.expression || a;

@@ -104,3 +104,3 @@ const parseNode = (a) => a.node || a;

result[name] = result[name] || jessy(way, node);
result[name] = result[name] || parseExpression(jessy(way, node));
}

@@ -107,0 +107,0 @@ }

{
"name": "@putout/compare",
"version": "9.13.0",
"version": "9.14.0",
"type": "commonjs",

@@ -9,3 +9,2 @@ "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",

"main": "lib/compare.js",
"commitType": "colon",
"release": false,

@@ -46,3 +45,3 @@ "tag": false,

"eslint-plugin-n": "^15.2.4",
"eslint-plugin-putout": "^16.0.0",
"eslint-plugin-putout": "^17.0.0",
"just-camel-case": "^4.0.2",

@@ -49,0 +48,0 @@ "lerna": "^6.0.1",

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