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

html-react-parser

Package Overview
Dependencies
Maintainers
1
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-react-parser - npm Package Compare versions

Comparing version 0.6.2 to 0.6.3

types/index.d.ts

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="0.6.3"></a>
## [0.6.3](https://github.com/remarkablemark/html-react-parser/compare/v0.6.2...v0.6.3) (2019-03-19)
### Bug Fixes
* **typescript:** test.tsx after dtslint run ([38e6bba](https://github.com/remarkablemark/html-react-parser/commit/38e6bba))
<a name="0.6.2"></a>

@@ -7,0 +17,0 @@ ## [0.6.2](https://github.com/remarkablemark/html-react-parser/compare/v0.6.1...v0.6.2) (2019-03-07)

17

package.json
{
"name": "html-react-parser",
"version": "0.6.2",
"version": "0.6.3",
"description": "An HTML to React parser.",
"author": "Mark <mark@remarkablemark.org>",
"main": "index.js",
"types": "types",
"scripts": {
"benchmark": "node benchmark",
"build": "npm run clean && npm run build:min && npm run build:unmin",
"build:min": "NODE_ENV=production webpack -o dist/html-react-parser.min.js",
"build:unmin": "NODE_ENV=development webpack -o dist/html-react-parser.js",
"clean": "rm -rf dist",
"build:min": "cross-env NODE_ENV=production webpack -o dist/html-react-parser.min.js",
"build:unmin": "cross-env NODE_ENV=development webpack -o dist/html-react-parser.js",
"clean": "rimraf dist",
"cover": "istanbul cover _mocha -- -R spec \"test/**/*\"",

@@ -17,2 +18,3 @@ "coveralls": "cat coverage/lcov.info | coveralls",

"lint:fix": "npm run lint -- --fix",
"dtslint": "dtslint types",
"prepublishOnly": "npm run build",

@@ -44,4 +46,7 @@ "release": "standard-version --no-verify",

"@commitlint/config-conventional": "^7.1.2",
"@types/react": "16.8.8",
"benchmark": "2.1.4",
"coveralls": "^3.0.2",
"cross-env": "5.2.0",
"dtslint": "0.5.5",
"eslint": "^5.10.0",

@@ -56,2 +61,3 @@ "eslint-plugin-prettier": "^3.0.0",

"react-dom": "^16",
"rimraf": "2.6.3",
"standard-version": "^4.4.0",

@@ -66,5 +72,6 @@ "webpack": "^4.27.1",

"dist",
"lib"
"lib",
"types/index.d.ts"
],
"license": "MIT"
}
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