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

@putout/compare

Package Overview
Dependencies
Maintainers
0
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 15.0.0 to 15.0.1

4

lib/is.js

@@ -15,3 +15,3 @@ 'use strict';

isRegExpLiteral,
isTSTypeParameter,
isTSMappedType,
isJSXText,

@@ -346,3 +346,3 @@ isJSXIdentifier,

return isTSTypeParameter(a) && LINKED_NODE.test(a.name);
return isTSMappedType(a) && LINKED_NODE.test(a.key.name);
};

@@ -349,0 +349,0 @@

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

if (isTSTypeReference(templateStore[name]) && isIdentifier(nodeValue))
return true;
add(templateStore[name], nodeValue);

@@ -45,0 +42,0 @@

{
"name": "@putout/compare",
"version": "15.0.0",
"version": "15.0.1",
"type": "commonjs",

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

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