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

@commercetools/api-request-builder

Package Overview
Dependencies
Maintainers
2
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 0.0.1 to 0.1.0

9

CHANGELOG.md

@@ -1,5 +0,10 @@

<a name="0.0.1"></a>
## 0.0.1 (2016-12-22)
<a name="0.1.0"></a>
# 0.1.0 (2016-12-22)
### Features
* **release:** empty commit to simulate release ([ce8748b](https://github.com/commercetools/nodejs/commit/ce8748b))

@@ -109,2 +109,4 @@ (function webpackUniversalModuleDefinition(root, factory) {

exports.default = buildQueryString;
/**

@@ -128,3 +130,3 @@ * Build the query string with the given parameters.

if (typeof staged === 'boolean') queryString.push('staged=' + staged);
if (typeof staged === 'boolean') queryString.push('staged=' + staged.toString());

@@ -466,2 +468,3 @@ if (expand && expand.length) queryString = queryString.concat(expand.map(function (e) {

exports.expand = expand;
/**

@@ -499,2 +502,3 @@ * Set the

exports.byId = byId;
/**

@@ -527,2 +531,3 @@ * Set the given `id` to the internal state of the service instance.

exports.perPage = perPage;
/**

@@ -597,2 +602,3 @@ * Set the sort expression for the query, if the related endpoint supports it.

exports.staged = staged;
/**

@@ -628,2 +634,3 @@ * Define whether to get the staged or current projection

exports.filterByFacets = filterByFacets;
/**

@@ -630,0 +637,0 @@ * Set the given `text` param used for full-text search.

@@ -7,2 +7,4 @@ 'use strict';

exports.default = buildQueryString;
/**

@@ -26,3 +28,3 @@ * Build the query string with the given parameters.

if (typeof staged === 'boolean') queryString.push('staged=' + staged);
if (typeof staged === 'boolean') queryString.push('staged=' + staged.toString());

@@ -29,0 +31,0 @@ if (expand && expand.length) queryString = queryString.concat(expand.map(function (e) {

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

exports.expand = expand;
/**

@@ -9,0 +10,0 @@ * Set the

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

exports.byId = byId;
/**

@@ -9,0 +10,0 @@ * Set the given `id` to the internal state of the service instance.

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

exports.perPage = perPage;
/**

@@ -11,0 +12,0 @@ * Set the sort expression for the query, if the related endpoint supports it.

@@ -7,2 +7,3 @@ "use strict";

exports.staged = staged;
/**

@@ -9,0 +10,0 @@ * Define whether to get the staged or current projection

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

exports.filterByFacets = filterByFacets;
/**

@@ -14,0 +15,0 @@ * Set the given `text` param used for full-text search.

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

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

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

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