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

@putout/compare

Package Overview
Dependencies
Maintainers
1
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 13.1.0 to 13.2.0

3

lib/compare.js

@@ -119,4 +119,3 @@ 'use strict';

// @babel/template creates empty array directives
// extra duplicate value
// @babel/template creates empty array directives// extra duplicate value
const ignore = [

@@ -123,0 +122,0 @@ 'loc',

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

module.exports.isEqualBody = (node, templateNode) => {
if (!node)
return false;
if (!isBody(templateNode))

@@ -243,0 +246,0 @@ return false;

{
"name": "@putout/compare",
"version": "13.1.0",
"version": "13.2.0",
"type": "commonjs",

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

"eslint-plugin-n": "^16.0.0",
"eslint-plugin-putout": "^20.0.0",
"eslint-plugin-putout": "^21.0.0",
"just-camel-case": "^4.0.2",

@@ -46,0 +46,0 @@ "lerna": "^6.0.1",

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