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
1.3.0

3

lib/compare.js

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

if (isIdentifier(id) && /^_[a-z]$/.test(id.name))
continue;
if (isLiteral(value, {value: '__'}) && value.type === pathValue.type)

@@ -101,0 +104,0 @@ continue;

4

package.json
{
"name": "@putout/compare",
"version": "1.2.0",
"version": "1.3.0",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",

@@ -52,3 +52,3 @@ "description": "compare ast-nodes",

"lerna": "^3.8.5",
"madrun": "^3.0.0",
"madrun": "^4.1.0",
"nodemon": "^1.14.12",

@@ -55,0 +55,0 @@ "nyc": "^14.0.0",

@@ -25,2 +25,3 @@ # putout-compare [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL]

compare('const a = {}', 'const __ = {}');
compare('const hello = {}', 'const _a = {}');
compare('const a = "hello"', 'const __ = "__"');

@@ -27,0 +28,0 @@ // returns