Socket
Socket
Sign inDemoInstall

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.14.3 to 1.15.0

LICENSE

12

lib/polyfills.json

@@ -322,15 +322,13 @@ [

{
"name": "stringprototypecontains",
"name": "stringprototypeincludes",
"shortName": "spc",
"url": "/mathiasbynens/String.prototype.contains/master/contains.js",
"repo": "mathiasbynens/String.prototype.contains",
"url": "/mathiasbynens/String.prototype.includes/master/includes.js",
"repo": "mathiasbynens/String.prototype.includes",
"features": [
"String.prototype.contains()"
"String.prototype.includes()"
],
"sources": [
"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/contains"
"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/includes"
],
"browsers": {
"ff": 18,
"chrome": 36
}

@@ -337,0 +335,0 @@ },

{
"name": "polyfills-db",
"description": "browser feature database",
"version": "1.14.3",
"version": "1.15.0",
"author": {

@@ -22,3 +22,3 @@ "name": "Jonathan Ong",

"devDependencies": {
"autoprefixer-core": "3",
"autoprefixer-core": "4",
"es6-arrow-function": "0",

@@ -36,4 +36,4 @@ "es6-class": "0",

"mocha": "2",
"postcss": "2",
"postcss-calc": "2",
"postcss": "3",
"postcss-calc": "3",
"postcss-color-function": "1",

@@ -44,3 +44,3 @@ "postcss-color-hex-alpha": "1",

"postcss-custom-media": "1",
"postcss-custom-properties": "0",
"postcss-custom-properties": "2",
"recast": "0",

@@ -47,0 +47,0 @@ "regenerator": "0",

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