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

polyfills-db

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

polyfills-db - npm Package Compare versions

Comparing version 1.2.1 to 1.3.0

3

lib/agents.js

@@ -27,3 +27,4 @@

return agents.some(function (agent) {
return transform.filter(agent)
return !transform.filter // if .filter does not exist, it is assumed to be true
|| transform.filter(agent)
})

@@ -30,0 +31,0 @@ })

{
"name": "polyfills-db",
"description": "browser feature database",
"version": "1.2.1",
"version": "1.3.0",
"author": {

@@ -6,0 +6,0 @@ "name": "Jonathan Ong",

@@ -5,3 +5,2 @@

[![NPM version][npm-image]][npm-url]
[![Latest tag][github-tag]][github-url]
[![Build status][travis-image]][travis-url]

@@ -8,0 +7,0 @@ [![Test coverage][coveralls-image]][coveralls-url]

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