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
139
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

to
9.8.0

1

lib/is.js

@@ -67,2 +67,3 @@ 'use strict';

module.exports.isArgsStr = (a) => a === ARGS || LINKED_ARGS.test(a);
module.exports.isJSXChildrenStr = (a) => a === JSX_CHILDREN;
module.exports.isObjectStr = (a) => a === ANY_OBJECT;

@@ -69,0 +70,0 @@ module.exports.isArrayStr = (a) => a === ANY_ARRAY;

5

lib/vars.js

@@ -17,2 +17,3 @@ 'use strict';

isArgsStr,
isJSXChildrenStr,
isImportsStr,

@@ -92,3 +93,3 @@ } = require('./is');

else if (isArgsStr(name))
else if (isArgsStr(name) || isJSXChildrenStr(name))
way = way.replace(/\.0$/, '');

@@ -119,3 +120,3 @@

if (isArgsStr(name))
if (isArgsStr(name) || isJSXChildrenStr(name))
way = way.replace(/\.0$/, '');

@@ -122,0 +123,0 @@

{
"name": "@putout/compare",
"version": "9.7.0",
"version": "9.8.0",
"type": "commonjs",

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