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 1.0.0-next.6 to 1.0.0-next.13

9

CHANGELOG.md
# @remirror/core-constants
## 1.0.0-next.13
> 2020-07-29
### Patch Changes
- 92342ab0: Throw error in `Preset` and `Extension` when attempting to update a non-dynamic option
at runtime.
## 1.0.0-next.6

@@ -4,0 +13,0 @@

1

dist/core-constants.cjs.dev.js

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

ErrorConstant["EXTENSION_EXTRA_ATTRIBUTES"] = "RMR0102";
ErrorConstant["INVALID_SET_EXTENSION_OPTIONS"] = "RMR0103";
ErrorConstant["REACT_PROVIDER_CONTEXT"] = "RMR0200";

@@ -216,0 +217,0 @@ ErrorConstant["REACT_GET_ROOT_PROPS"] = "RMR0201";

7

dist/core-constants.cjs.prod.js

@@ -60,5 +60,6 @@ "use strict";

ErrorConstant.EXTENSION = "RMR0100", ErrorConstant.EXTENSION_SPEC = "RMR0101", ErrorConstant.EXTENSION_EXTRA_ATTRIBUTES = "RMR0102",
ErrorConstant.REACT_PROVIDER_CONTEXT = "RMR0200", ErrorConstant.REACT_GET_ROOT_PROPS = "RMR0201",
ErrorConstant.REACT_EDITOR_VIEW = "RMR0202", ErrorConstant.REACT_CONTROLLED = "RMR0203",
ErrorConstant.REACT_NODE_VIEW = "RMR0204", ErrorConstant.I18N_CONTEXT = "RMR0300";
ErrorConstant.INVALID_SET_EXTENSION_OPTIONS = "RMR0103", ErrorConstant.REACT_PROVIDER_CONTEXT = "RMR0200",
ErrorConstant.REACT_GET_ROOT_PROPS = "RMR0201", ErrorConstant.REACT_EDITOR_VIEW = "RMR0202",
ErrorConstant.REACT_CONTROLLED = "RMR0203", ErrorConstant.REACT_NODE_VIEW = "RMR0204",
ErrorConstant.I18N_CONTEXT = "RMR0300";
}(exports.ErrorConstant || (exports.ErrorConstant = {}));

@@ -65,0 +66,0 @@

@@ -244,2 +244,3 @@ /**

ErrorConstant["EXTENSION_EXTRA_ATTRIBUTES"] = "RMR0102";
ErrorConstant["INVALID_SET_EXTENSION_OPTIONS"] = "RMR0103";
ErrorConstant["REACT_PROVIDER_CONTEXT"] = "RMR0200";

@@ -246,0 +247,0 @@ ErrorConstant["REACT_GET_ROOT_PROPS"] = "RMR0201";

@@ -88,2 +88,4 @@ /**

EXTENSION_EXTRA_ATTRIBUTES = "RMR0102",
/** A call to `extension.setOptions` was made with invalid keys. */
INVALID_SET_EXTENSION_OPTIONS = "RMR0103",
/**

@@ -90,0 +92,0 @@ * `useRemirror` was called outside of the remirror context. It can only be used

{
"name": "@remirror/core-constants",
"version": "1.0.0-next.6",
"version": "1.0.0-next.13",
"description": "The core constants used throughout the remirror codebase",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/core-constants",

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