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

contentful-resolve-response

Package Overview
Dependencies
Maintainers
4
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contentful-resolve-response - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

3

dist/cjs/index.js

@@ -89,2 +89,3 @@ 'use strict';

for (var key in input) {
// eslint-disable-next-line no-prototype-builtins
if (input.hasOwnProperty(key)) {

@@ -128,3 +129,3 @@ input[key] = walkMutate(input[key], predicate, mutator, removeUnresolved);

* @param {Object} response Contentful response
* @param {Object} options
* @param {{removeUnresolved: Boolean, itemEntryPoints: Array<String>}|{}} options
* @param {Boolean} options.removeUnresolved - Remove unresolved links default:false

@@ -131,0 +132,0 @@ * @param {Array<String>} options.itemEntryPoints - Resolve links only in those item properties

@@ -81,2 +81,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; };

for (var key in input) {
// eslint-disable-next-line no-prototype-builtins
if (input.hasOwnProperty(key)) {

@@ -120,3 +121,3 @@ input[key] = walkMutate(input[key], predicate, mutator, removeUnresolved);

* @param {Object} response Contentful response
* @param {Object} options
* @param {{removeUnresolved: Boolean, itemEntryPoints: Array<String>}|{}} options
* @param {Boolean} options.removeUnresolved - Remove unresolved links default:false

@@ -123,0 +124,0 @@ * @param {Array<String>} options.itemEntryPoints - Resolve links only in those item properties

{
"name": "contentful-resolve-response",
"version": "1.3.2",
"version": "1.3.3",
"description": "",

@@ -28,10 +28,10 @@ "main": "./dist/cjs/index.js",

"dependencies": {
"fast-copy": "^2.1.0"
"fast-copy": "^2.1.1"
},
"devDependencies": {
"@commitlint/cli": "^9.0.1",
"@commitlint/config-conventional": "^9.0.1",
"@contentful/eslint-config-backend": "^7.0.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@contentful/eslint-config-backend": "^10.0.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@timbeyer/commitlint-circle": "^3.0.0",

@@ -42,16 +42,16 @@ "babel-cli": "^6.26.0",

"babel-register": "^6.26.0",
"chai": "^4.2.0",
"chai": "^4.3.6",
"dirty-chai": "^2.0.1",
"eslint": "^6.4.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-mocha": "^6.1.1",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-mocha": "^10.0.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^5.0.0",
"husky": "^3.0.5",
"mocha": "^6.2.0",
"prettier": "^2.0.5",
"semantic-release": "^17.1.1"
"prettier": "^2.5.1",
"semantic-release": "^19.0.2"
},

@@ -58,0 +58,0 @@ "files": [

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