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.19.1 to 1.19.2

5

lib/feature.js

@@ -90,3 +90,6 @@

// versions are listed in ascending order
var versions = Object.keys(obj).sort(function (a, b) {
var versions = Object.keys(obj).filter(function (version) {
if (~version.indexOf('-')) return true;
return semver.validRange(version);
}).sort(function (a, b) {
return semver.compare(semverify(a), semverify(b))

@@ -93,0 +96,0 @@ })

2

package.json
{
"name": "polyfills-db",
"description": "browser feature database",
"version": "1.19.1",
"version": "1.19.2",
"author": {

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

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