Socket
Socket
Sign inDemoInstall

airtap-match-browsers

Package Overview
Dependencies
66
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

5

index.js

@@ -219,2 +219,7 @@ 'use strict'

}
// Skip same version(s)
while (i > 0 && cmpVersion(manifests[i - 1].version, manifests[i].version) === 0) {
i--
}
}

@@ -221,0 +226,0 @@

2

package.json
{
"name": "airtap-match-browsers",
"version": "1.1.0",
"version": "1.1.1",
"description": "Match browser manifests to a desired set of browsers",

@@ -5,0 +5,0 @@ "license": "MIT",

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