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.1 to 1.0.0-next.4

LICENSE

8

CHANGELOG.md
# @remirror/core-constants
## 1.0.0-next.4
> 2020-07-16
### Patch Changes
- 5d5970ae: Update repository and website field to point to HEAD rather than a specific branch.
## 1.0.0-next.1

@@ -4,0 +12,0 @@

3

dist/core-constants.cjs.dev.js

@@ -217,3 +217,4 @@ 'use strict';

ErrorConstant["REACT_EDITOR_VIEW"] = "RMR0202";
ErrorConstant["REACT_CONTROLLED"] = "RMR0202";
ErrorConstant["REACT_CONTROLLED"] = "RMR0203";
ErrorConstant["REACT_NODE_VIEW"] = "RMR0204";
ErrorConstant["I18N_CONTEXT"] = "RMR0300";

@@ -220,0 +221,0 @@ })(exports.ErrorConstant || (exports.ErrorConstant = {}));

@@ -61,4 +61,4 @@ "use strict";

ErrorConstant.REACT_PROVIDER_CONTEXT = "RMR0200", ErrorConstant.REACT_GET_ROOT_PROPS = "RMR0201",
ErrorConstant.REACT_EDITOR_VIEW = "RMR0202", ErrorConstant.REACT_CONTROLLED = "RMR0202",
ErrorConstant.I18N_CONTEXT = "RMR0300";
ErrorConstant.REACT_EDITOR_VIEW = "RMR0202", ErrorConstant.REACT_CONTROLLED = "RMR0203",
ErrorConstant.REACT_NODE_VIEW = "RMR0204", ErrorConstant.I18N_CONTEXT = "RMR0300";
}(exports.ErrorConstant || (exports.ErrorConstant = {}));

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

@@ -247,3 +247,4 @@ /**

ErrorConstant["REACT_EDITOR_VIEW"] = "RMR0202";
ErrorConstant["REACT_CONTROLLED"] = "RMR0202";
ErrorConstant["REACT_CONTROLLED"] = "RMR0203";
ErrorConstant["REACT_NODE_VIEW"] = "RMR0204";
ErrorConstant["I18N_CONTEXT"] = "RMR0300";

@@ -250,0 +251,0 @@ })(ErrorConstant || (ErrorConstant = {}));

@@ -104,4 +104,8 @@ /**

*/
REACT_CONTROLLED = "RMR0202",
REACT_CONTROLLED = "RMR0203",
/**
* Something went wrong with your custom ReactNodeView Component.
*/
REACT_NODE_VIEW = "RMR0204",
/**
* There is something wrong with your i18n setup.

@@ -108,0 +112,0 @@ */

{
"name": "@remirror/core-constants",
"version": "1.0.0-next.1",
"description": "The core constants used throughout the remirror codebase",
"homepage": "https://github.com/remirror/remirror/tree/next/packages/@remirror/core-constants",
"repository": "https://github.com/remirror/remirror/tree/master/packages/@remirror/core-constants",
"license": "MIT",
"contributors": [
"Ifiok Jr. <ifiokotung@gmail.com>"
],
"sideEffects": false,
"main": "dist/core-constants.cjs.js",
"module": "dist/core-constants.esm.js",
"types": "dist/core-constants.cjs.d.ts",
"files": [
"dist"
],
"dependencies": {
"@babel/runtime": "^7.10.4"
},
"publishConfig": {
"access": "public"
},
"meta": {
"sizeLimit": "2 KB"
}
"name": "@remirror/core-constants",
"version": "1.0.0-next.4",
"description": "The core constants used throughout the remirror codebase",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/core-constants",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/core-constants",
"license": "MIT",
"contributors": [
"Ifiok Jr. <ifiokotung@gmail.com>"
],
"sideEffects": false,
"main": "dist/core-constants.cjs.js",
"module": "dist/core-constants.esm.js",
"types": "dist/core-constants.cjs.d.ts",
"files": [
"dist"
],
"dependencies": {
"@babel/runtime": "^7.10.4"
},
"publishConfig": {
"access": "public"
},
"meta": {
"sizeLimit": "2 KB"
}
}
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