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

@datocms/cma-client

Package Overview
Dependencies
Maintainers
6
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datocms/cma-client - npm Package Compare versions

Comparing version 3.3.2 to 3.3.3

2

dist/cjs/generated/Client.js

@@ -133,3 +133,3 @@ "use strict";

var _this = this;
return (0, rest_client_utils_1.request)(__assign(__assign(__assign({}, this.config), options), { logFn: this.config.logFn || console.log, userAgent: '@datocms/cma-client v3.3.2', baseUrl: this.baseUrl, preCallStack: new Error().stack, extraHeaders: __assign(__assign(__assign({}, (this.config.extraHeaders || {})), (this.config.environment
return (0, rest_client_utils_1.request)(__assign(__assign(__assign({}, this.config), options), { logFn: this.config.logFn || console.log, userAgent: '@datocms/cma-client v3.3.3', baseUrl: this.baseUrl, preCallStack: new Error().stack, extraHeaders: __assign(__assign(__assign({}, (this.config.extraHeaders || {})), (this.config.environment
? { 'X-Environment': this.config.environment }

@@ -136,0 +136,0 @@ : {})), { 'X-API-Version': '3' }), fetchJobResult: function (jobId) {

@@ -107,3 +107,3 @@ var __assign = (this && this.__assign) || function () {

var _this = this;
return request(__assign(__assign(__assign({}, this.config), options), { logFn: this.config.logFn || console.log, userAgent: '@datocms/cma-client v3.3.2', baseUrl: this.baseUrl, preCallStack: new Error().stack, extraHeaders: __assign(__assign(__assign({}, (this.config.extraHeaders || {})), (this.config.environment
return request(__assign(__assign(__assign({}, this.config), options), { logFn: this.config.logFn || console.log, userAgent: '@datocms/cma-client v3.3.3', baseUrl: this.baseUrl, preCallStack: new Error().stack, extraHeaders: __assign(__assign(__assign({}, (this.config.extraHeaders || {})), (this.config.environment
? { 'X-Environment': this.config.environment }

@@ -110,0 +110,0 @@ : {})), { 'X-API-Version': '3' }), fetchJobResult: function (jobId) {

{
"name": "@datocms/cma-client",
"version": "3.3.2",
"version": "3.3.3",
"description": "JS client for DatoCMS REST Content Management API",

@@ -33,10 +33,10 @@ "keywords": ["datocms", "client"],

"dependencies": {
"@datocms/rest-client-utils": "^3.3.2",
"@datocms/rest-client-utils": "^3.3.3",
"uuid": "^9.0.1"
},
"devDependencies": {
"@datocms/dashboard-client": "^3.3.2",
"@datocms/dashboard-client": "^3.3.3",
"@types/uuid": "^9.0.7"
},
"gitHead": "db3b3b51daa7a56b933c1cadc47016c72cafb8f0"
"gitHead": "013171f1e33f61c464eaa9d7d8fae2d8fdabefb0"
}

@@ -148,3 +148,3 @@ import {

logFn: this.config.logFn || console.log,
userAgent: '@datocms/cma-client v3.3.2',
userAgent: '@datocms/cma-client v3.3.3',
baseUrl: this.baseUrl,

@@ -151,0 +151,0 @@ preCallStack: new Error().stack,

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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