contentful-resolve-response
Advanced tools
Comparing version 1.1.2 to 1.1.3
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
## v1.1.3 - 2018-02-12 | ||
### Bug Fixes | ||
* **compatibility:** indexOf instead of includes([#18](https://github.com/contentful/contentful-resolve-response/pull/18)) ([1c3b277c](https://github.com/contentful/contentful-resolve-response/commit/1c3b277c2189b966841a86da276de018618aa1ce)) | ||
## v1.1.2 | ||
@@ -5,0 +11,0 @@ |
@@ -115,3 +115,3 @@ 'use strict'; | ||
var entryPoints = Object.keys(item).filter(function (ownKey) { | ||
return itemEntryPoints.includes(ownKey); | ||
return itemEntryPoints.indexOf(ownKey) !== -1; | ||
}); | ||
@@ -118,0 +118,0 @@ |
@@ -107,3 +107,3 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; | ||
var entryPoints = Object.keys(item).filter(function (ownKey) { | ||
return itemEntryPoints.includes(ownKey); | ||
return itemEntryPoints.indexOf(ownKey) !== -1; | ||
}); | ||
@@ -110,0 +110,0 @@ |
{ | ||
"name": "contentful-resolve-response", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
29655
2