Socket
Socket
Sign inDemoInstall

ltgt

Package Overview
Dependencies
0
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.1 to 2.1.2

8

index.js

@@ -50,10 +50,2 @@

return k && range[k]
return (
has(range, 'gt') ? range.gt
: has(range, 'gte') ? range.gte
: has(range, 'min') ? range.min
: has(range, 'start') && !range.reverse ? range.start
: has(range, 'end') && range.reverse ? range.end
: undefined
)
}

@@ -60,0 +52,0 @@

2

package.json
{
"name": "ltgt",
"description": "",
"version": "2.1.1",
"version": "2.1.2",
"homepage": "https://github.com/dominictarr/ltgt",

@@ -6,0 +6,0 @@ "repository": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc