New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-element-to-jsx-string

Package Overview
Dependencies
Maintainers
4
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-element-to-jsx-string - npm Package Compare versions

Comparing version

to
5.0.6

release.sh

5

package.json
{
"name": "react-element-to-jsx-string",
"version": "5.0.5",
"version": "5.0.6",
"description": "Turn a ReactElement into the corresponding JSX string.",

@@ -11,3 +11,4 @@ "main": "index-dist.js",

"test": "mocha --opts mocha.opts && eslint .",
"test:watch": "mocha --opts mocha.opts --watch --reporter min"
"test:watch": "mocha --opts mocha.opts --watch --reporter min",
"release": "./release.sh"
},

@@ -14,0 +15,0 @@ "author": "Algolia <support@algolia.com> (https://github.com/algolia/)",

8

README.md

@@ -115,9 +115,3 @@ # react-element-to-jsx-string

```sh
npm install mversion json -g
mversion PatchOrMinorOrMajor && \
git commit -am `json -f package.json version` && \
git tag v`json -f package.json version` && \
git push && \
git push --tags && \
npm publish
yarn release [major|minor|patch|x.x.x]
```

@@ -124,0 +118,0 @@