🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

netlify-cms-backend-test

Package Overview
Dependencies
Maintainers
19
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

netlify-cms-backend-test - npm Package Compare versions

Comparing version

to
2.11.3

8

CHANGELOG.md

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

## [2.11.3](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-test/compare/netlify-cms-backend-test@2.11.2...netlify-cms-backend-test@2.11.3) (2021-06-01)
**Note:** Version bump only for package netlify-cms-backend-test
## [2.11.2](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-test/compare/netlify-cms-backend-test@2.11.1...netlify-cms-backend-test@2.11.2) (2021-05-31)

@@ -8,0 +16,0 @@

4

package.json
{
"name": "netlify-cms-backend-test",
"description": "Development testing backend for Netlify CMS",
"version": "2.11.2",
"version": "2.11.3",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-test",

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

},
"gitHead": "7d73868721b6f68c148199d7790d62e831222341"
"gitHead": "4237150beaa4bb08dd6c70caba7ef53dab1dbf25"
}
import { attempt, isError, take, unset, isEmpty } from 'lodash';
import uuid from 'uuid/v4';
import {
EditorialWorkflowError,
Cursor,
CURSOR_COMPATIBILITY_SYMBOL,
basename,
} from 'netlify-cms-lib-util';
import { extname, dirname } from 'path';
import AuthenticationPage from './AuthenticationPage';
import type {

@@ -14,10 +24,2 @@ Implementation,

} from 'netlify-cms-lib-util';
import {
EditorialWorkflowError,
Cursor,
CURSOR_COMPATIBILITY_SYMBOL,
basename,
} from 'netlify-cms-lib-util';
import { extname, dirname } from 'path';
import AuthenticationPage from './AuthenticationPage';

@@ -24,0 +26,0 @@ type RepoFile = { path: string; content: string | AssetProxy };

Sorry, the diff of this file is not supported yet