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 8.3.0 to 8.4.0

3

lib/compare.js

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

if (!template)
return false;
const node = extractExpression(parseNode(path));

@@ -76,0 +79,0 @@ const templateNode = extractExpression(parseNode(template));

6

package.json
{
"name": "@putout/compare",
"version": "8.3.0",
"version": "8.4.0",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "compare ast-nodes",
"homepage": "http://github.com/coderaiser/putout",
"homepage": "https://github.com/coderaiser/putout/tree/master/packages/compare",
"main": "lib/compare.js",

@@ -44,3 +44,3 @@ "release": false,

"eslint-plugin-node": "^11.0.0",
"eslint-plugin-putout": "^10.0.0",
"eslint-plugin-putout": "^11.0.0",
"just-camel-case": "^4.0.2",

@@ -47,0 +47,0 @@ "lerna": "^4.0.0",

@@ -1,7 +0,5 @@

# @putout/compare [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL]
# @putout/compare [![NPM version][NPMIMGURL]][NPMURL]
[NPMIMGURL]: https://img.shields.io/npm/v/@putout/compare.svg?style=flat&longCache=true
[NPMURL]: https://npmjs.org/package/@putout/compare"npm"
[DependencyStatusURL]: https://david-dm.org/coderaiser/putout?path=packages/compare
[DependencyStatusIMGURL]: https://david-dm.org/coderaiser/putout.svg?path=packages/compare
[NPMURL]: https://npmjs.org/package/@putout/compare "npm"

@@ -166,3 +164,3 @@ Compare AST-nodes.

Any `Identifier
Any `Identifier`

@@ -169,0 +167,0 @@ ```js

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