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 5.1.0 to 5.1.1

4

lib/vars.js

@@ -40,4 +40,2 @@ 'use strict';

//if (isTemplateLiteral(node))
//return node.quasis[0].value.raw;
if (isTemplateElement(node))

@@ -101,3 +99,3 @@ return node.value.raw;

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

@@ -104,0 +102,0 @@ }

{
"name": "@putout/compare",
"version": "5.1.0",
"version": "5.1.1",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",

@@ -5,0 +5,0 @@ "description": "compare ast-nodes",

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

const node = template.ast('const [] = a');
getTemplateValues(node, 'const __array = array');

@@ -30,0 +31,0 @@ // returns

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