You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

netlify-cms-lib-util

Package Overview
Dependencies
Maintainers
12
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

netlify-cms-lib-util - npm Package Compare versions

Comparing version

to
2.12.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [2.12.0](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/compare/netlify-cms-lib-util@2.11.5...netlify-cms-lib-util@2.12.0) (2020-11-26)
### Features
* add azure devops backend ([#4427](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/issues/4427)) ([4e6dc88](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/commit/4e6dc88efb1dae4cf6137730c3b4fb6d0f75a8cc))
## [2.11.5](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util/compare/netlify-cms-lib-util@2.11.4...netlify-cms-lib-util@2.11.5) (2020-09-20)

@@ -8,0 +19,0 @@

4

package.json
{
"name": "netlify-cms-lib-util",
"description": "Shared utilities for Netlify CMS.",
"version": "2.11.5",
"version": "2.12.0",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util",

@@ -28,3 +28,3 @@ "bugs": "https://github.com/netlify/netlify-cms/issues",

},
"gitHead": "de04326b3ec95ef520610a2b5ac4ec24b8d2cdd8"
"gitHead": "b8adb92931ea8b9f6e0b319456bc03383c38a730"
}

@@ -18,3 +18,3 @@ import { asyncLock, AsyncLock } from './asyncLock';

params?: Record<string, string | boolean | number>;
method?: 'POST' | 'PUT' | 'DELETE' | 'HEAD';
method?: 'POST' | 'PUT' | 'DELETE' | 'HEAD' | 'PATCH';
headers?: Record<string, string>;

@@ -21,0 +21,0 @@ body?: string | FormData;

@@ -109,2 +109,3 @@ import semaphore, { Semaphore } from 'semaphore';

cms_label_prefix?: string;
api_version?: string;
};

@@ -111,0 +112,0 @@ media_folder: string;

Sorry, the diff of this file is not supported yet