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 7.9.0 to 7.10.0

4

lib/is.js

@@ -12,2 +12,3 @@ 'use strict';

isRegExpLiteral,
isTSTypeParameter,
} = require('@babel/types');

@@ -211,2 +212,5 @@

if (isTSTypeParameter(a) && LINKED_NODE.test(a.name))
return true;
return false;

@@ -213,0 +217,0 @@ };

2

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

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

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