Socket
Socket
Sign inDemoInstall

@commercetools/api-request-builder

Package Overview
Dependencies
Maintainers
7
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commercetools/api-request-builder - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

5

dist/commercetools-api-request-builder.cjs.js

@@ -1200,3 +1200,6 @@ 'use strict';

return Object.keys(allServices).reduce(function (acc, key) {
return Object.keys(allServices).reduce(
// a return type object is not allowed in flow due to a bug (https://github.com/facebook/flow/issues/5182)
/* eslint-disable-next-line */
function (acc, key) {
return _extends({}, acc, defineProperty({}, key, createService(allServices[key], options.projectKey)));

@@ -1203,0 +1206,0 @@ }, {});

@@ -1196,3 +1196,6 @@ /**

return Object.keys(allServices).reduce(function (acc, key) {
return Object.keys(allServices).reduce(
// a return type object is not allowed in flow due to a bug (https://github.com/facebook/flow/issues/5182)
/* eslint-disable-next-line */
function (acc, key) {
return _extends({}, acc, defineProperty({}, key, createService(allServices[key], options.projectKey)));

@@ -1199,0 +1202,0 @@ }, {});

@@ -1202,3 +1202,6 @@ (function (global, factory) {

return Object.keys(allServices).reduce(function (acc, key) {
return Object.keys(allServices).reduce(
// a return type object is not allowed in flow due to a bug (https://github.com/facebook/flow/issues/5182)
/* eslint-disable-next-line */
function (acc, key) {
return _extends({}, acc, defineProperty({}, key, createService(allServices[key], options.projectKey)));

@@ -1205,0 +1208,0 @@ }, {});

2

package.json

@@ -7,3 +7,3 @@ {

"name": "@commercetools/api-request-builder",
"version": "4.0.0",
"version": "4.0.1",
"description": "Helper functions to construct API requests URI for the commercetools platform in a declarative way.",

@@ -10,0 +10,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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