@remirror/react-utils
Advanced tools
Comparing version 1.0.2 to 1.0.3
export { addKeyToElement, getElementProps, isReactDOMElement, isReactFragment, isValidElement, propIsFunction, } from './react-utils'; |
@@ -0,0 +0,0 @@ import { Fragment, ReactElement, ReactNode } from 'react'; |
{ | ||
"name": "@remirror/react-utils", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A small set of utilities for react components in remirror.", | ||
@@ -12,3 +12,7 @@ "keywords": [ | ||
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__react-utils", | ||
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__react-utils", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/remirror/remirror.git", | ||
"directory": "packages/remirror__react-utils" | ||
}, | ||
"license": "MIT", | ||
@@ -42,5 +46,5 @@ "contributors": [ | ||
"@babel/runtime": "^7.13.10", | ||
"@remirror/core-constants": "^1.0.0", | ||
"@remirror/core-helpers": "^1.0.1", | ||
"@remirror/core-types": "^1.0.1" | ||
"@remirror/core-constants": "^1.0.1", | ||
"@remirror/core-helpers": "^1.0.2", | ||
"@remirror/core-types": "^1.0.2" | ||
}, | ||
@@ -67,2 +71,2 @@ "devDependencies": { | ||
"rn:dev": "src/index.ts" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
5
17904
12