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

@putout/compare

Package Overview
Dependencies
Maintainers
0
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 14.4.1 to 14.5.0

17

lib/vars.js

@@ -137,2 +137,5 @@ 'use strict';

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

@@ -159,8 +162,12 @@ way = way.replace(/\.0$/, '');

const {extra} = jessy(way, node);
const valueExtra = values[name].extra;
values[name].extra = {
...extra,
...valueExtra,
};
if (extra) {
const valueExtra = values[name].extra;
values[name].extra = {
...extra,
...valueExtra,
};
}
nessy(way, values[name], node);

@@ -167,0 +174,0 @@ }

{
"name": "@putout/compare",
"version": "14.4.1",
"version": "14.5.0",
"type": "commonjs",

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

"eslint-plugin-putout": "^22.0.0",
"just-camel-case": "^4.0.2",
"lerna": "^6.0.1",

@@ -47,0 +46,0 @@ "madrun": "^10.0.0",

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