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

@remirror/core-constants

Package Overview
Dependencies
Maintainers
1
Versions
230
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remirror/core-constants - npm Package Compare versions

Comparing version 0.0.0-pr862.2 to 0.0.0-pr877.1

25

dist/remirror-core-constants.browser.cjs.js

@@ -13,3 +13,3 @@ 'use strict';

var SELECTED_NODE_CLASS_SELECTOR = /*#__PURE__*/".".concat(SELECTED_NODE_CLASS_NAME);
var SELECTED_NODE_CLASS_SELECTOR = ".".concat(SELECTED_NODE_CLASS_NAME);
/**

@@ -256,4 +256,18 @@ * ProseMirror uses the Unicode Character 'OBJECT REPLACEMENT CHARACTER'

*/
var __INTERNAL_REMIRROR_IDENTIFIER_KEY__ = /*#__PURE__*/Symbol.for('__remirror__');
var __INTERNAL_REMIRROR_IDENTIFIER_KEY__ = Symbol.for('__remirror__');
/**
* These constants are stored on the `REMIRROR_IDENTIFIER_KEY` property of
* `remirror` related constructors and instances in order to identify them as
* being internal to Remirror.
*
* @remarks
*
* This helps to prevent issues around check types via `instanceof` which can
* lead to false negatives.
*
* @internal
*/
exports.RemirrorIdentifier = void 0;
/**
* The priority of extension which determines what order it is loaded into the

@@ -287,2 +301,4 @@ * editor.

})(exports.RemirrorIdentifier || (exports.RemirrorIdentifier = {}));
exports.ExtensionPriority = void 0;
/**

@@ -301,2 +317,4 @@ * Identifies the stage the extension manager is at.

})(exports.ExtensionPriority || (exports.ExtensionPriority = {}));
exports.ManagerPhase = void 0;
/**

@@ -313,2 +331,4 @@ * The named shortcuts that can be used to update multiple commands.

})(exports.ManagerPhase || (exports.ManagerPhase = {}));
exports.NamedShortcut = void 0;
/**

@@ -377,2 +397,3 @@ * Helpful empty array for use when a default array value is needed.

*/
exports.ErrorConstant = void 0;

@@ -379,0 +400,0 @@ (function (ErrorConstant) {

4

dist/remirror-core-constants.browser.esm.js

@@ -9,3 +9,3 @@ /**

var SELECTED_NODE_CLASS_SELECTOR = /*#__PURE__*/".".concat(SELECTED_NODE_CLASS_NAME);
var SELECTED_NODE_CLASS_SELECTOR = ".".concat(SELECTED_NODE_CLASS_NAME);
/**

@@ -252,3 +252,3 @@ * ProseMirror uses the Unicode Character 'OBJECT REPLACEMENT CHARACTER'

*/
var __INTERNAL_REMIRROR_IDENTIFIER_KEY__ = /*#__PURE__*/Symbol.for('__remirror__');
var __INTERNAL_REMIRROR_IDENTIFIER_KEY__ = Symbol.for('__remirror__');
/**

@@ -255,0 +255,0 @@ * These constants are stored on the `REMIRROR_IDENTIFIER_KEY` property of

@@ -13,3 +13,3 @@ 'use strict';

var SELECTED_NODE_CLASS_SELECTOR = /*#__PURE__*/".".concat(SELECTED_NODE_CLASS_NAME);
var SELECTED_NODE_CLASS_SELECTOR = ".".concat(SELECTED_NODE_CLASS_NAME);
/**

@@ -256,4 +256,18 @@ * ProseMirror uses the Unicode Character 'OBJECT REPLACEMENT CHARACTER'

*/
var __INTERNAL_REMIRROR_IDENTIFIER_KEY__ = /*#__PURE__*/Symbol.for('__remirror__');
var __INTERNAL_REMIRROR_IDENTIFIER_KEY__ = Symbol.for('__remirror__');
/**
* These constants are stored on the `REMIRROR_IDENTIFIER_KEY` property of
* `remirror` related constructors and instances in order to identify them as
* being internal to Remirror.
*
* @remarks
*
* This helps to prevent issues around check types via `instanceof` which can
* lead to false negatives.
*
* @internal
*/
exports.RemirrorIdentifier = void 0;
/**
* The priority of extension which determines what order it is loaded into the

@@ -287,2 +301,4 @@ * editor.

})(exports.RemirrorIdentifier || (exports.RemirrorIdentifier = {}));
exports.ExtensionPriority = void 0;
/**

@@ -301,2 +317,4 @@ * Identifies the stage the extension manager is at.

})(exports.ExtensionPriority || (exports.ExtensionPriority = {}));
exports.ManagerPhase = void 0;
/**

@@ -313,2 +331,4 @@ * The named shortcuts that can be used to update multiple commands.

})(exports.ManagerPhase || (exports.ManagerPhase = {}));
exports.NamedShortcut = void 0;
/**

@@ -377,2 +397,3 @@ * Helpful empty array for use when a default array value is needed.

*/
exports.ErrorConstant = void 0;

@@ -379,0 +400,0 @@ (function (ErrorConstant) {

@@ -13,3 +13,3 @@ 'use strict';

var SELECTED_NODE_CLASS_SELECTOR = /*#__PURE__*/".".concat(SELECTED_NODE_CLASS_NAME);
var SELECTED_NODE_CLASS_SELECTOR = ".".concat(SELECTED_NODE_CLASS_NAME);
/**

@@ -256,4 +256,18 @@ * ProseMirror uses the Unicode Character 'OBJECT REPLACEMENT CHARACTER'

*/
var __INTERNAL_REMIRROR_IDENTIFIER_KEY__ = /*#__PURE__*/Symbol.for('__remirror__');
var __INTERNAL_REMIRROR_IDENTIFIER_KEY__ = Symbol.for('__remirror__');
/**
* These constants are stored on the `REMIRROR_IDENTIFIER_KEY` property of
* `remirror` related constructors and instances in order to identify them as
* being internal to Remirror.
*
* @remarks
*
* This helps to prevent issues around check types via `instanceof` which can
* lead to false negatives.
*
* @internal
*/
exports.RemirrorIdentifier = void 0;
/**
* The priority of extension which determines what order it is loaded into the

@@ -287,2 +301,4 @@ * editor.

})(exports.RemirrorIdentifier || (exports.RemirrorIdentifier = {}));
exports.ExtensionPriority = void 0;
/**

@@ -301,2 +317,4 @@ * Identifies the stage the extension manager is at.

})(exports.ExtensionPriority || (exports.ExtensionPriority = {}));
exports.ManagerPhase = void 0;
/**

@@ -313,2 +331,4 @@ * The named shortcuts that can be used to update multiple commands.

})(exports.ManagerPhase || (exports.ManagerPhase = {}));
exports.NamedShortcut = void 0;
/**

@@ -377,2 +397,3 @@ * Helpful empty array for use when a default array value is needed.

*/
exports.ErrorConstant = void 0;

@@ -379,0 +400,0 @@ (function (ErrorConstant) {

@@ -9,3 +9,3 @@ /**

var SELECTED_NODE_CLASS_SELECTOR = /*#__PURE__*/".".concat(SELECTED_NODE_CLASS_NAME);
var SELECTED_NODE_CLASS_SELECTOR = ".".concat(SELECTED_NODE_CLASS_NAME);
/**

@@ -252,3 +252,3 @@ * ProseMirror uses the Unicode Character 'OBJECT REPLACEMENT CHARACTER'

*/
var __INTERNAL_REMIRROR_IDENTIFIER_KEY__ = /*#__PURE__*/Symbol.for('__remirror__');
var __INTERNAL_REMIRROR_IDENTIFIER_KEY__ = Symbol.for('__remirror__');
/**

@@ -255,0 +255,0 @@ * These constants are stored on the `REMIRROR_IDENTIFIER_KEY` property of

{
"name": "@remirror/core-constants",
"version": "0.0.0-pr862.2",
"version": "0.0.0-pr877.1",
"description": "The core constants used throughout the remirror codebase",

@@ -34,3 +34,3 @@ "homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__core-constants",

"dependencies": {
"@babel/runtime": "^7.12.13",
"@babel/runtime": "^7.13.7",
"@linaria/core": "^3.0.0-beta.1"

@@ -37,0 +37,0 @@ },

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