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

@remirror/react-utils

Package Overview
Dependencies
Maintainers
1
Versions
275
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remirror/react-utils - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

0

dist/declarations/src/index.d.ts
export { addKeyToElement, getElementProps, isReactDOMElement, isReactFragment, isValidElement, propIsFunction, } from './react-utils';

@@ -0,0 +0,0 @@ import { Fragment, ReactElement, ReactNode } from 'react';

16

package.json
{
"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"
}
}
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