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

react-htmlcontent

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-htmlcontent - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

docs-src/index.js

2

package.json

@@ -6,3 +6,3 @@ {

"user": "viktorbezdek",
"version": "0.1.5",
"version": "0.1.6",
"scripts": {

@@ -9,0 +9,0 @@ "start": "webpack-dev-server --env dev",

@@ -28,3 +28,3 @@ [![build status](https://secure.travis-ci.org/viktorbezdek/react-htmlcontent.svg)](http://travis-ci.org/viktorbezdek/react-htmlcontent) [![bitHound Score](https://www.bithound.io/github/viktorbezdek/react-htmlcontent/badges/score.svg)](https://www.bithound.io/github/viktorbezdek/react-htmlcontent) [![Dependency Status](https://david-dm.org/viktorbezdek/react-htmlcontent.svg)](https://david-dm.org/viktorbezdek/react-htmlcontent)

* Developing - **npm start** - Runs the development server at *localhost:8080* and use Hot Module Replacement. You can override the default host and port through env (`HOST`, `PORT`).
* Creating a version - **npm version <x.y.z>** - Updates */dist* and *package.json* with the new version and create a version tag to Git.
* Creating a version - **npm version major|minor|patch|prerelease** - Updates */dist* and *package.json* with the new version and create a version tag to Git.
* Publishing a version - **npm publish** - Pushes a new version to npm and updates the project site.

@@ -31,0 +31,0 @@

@@ -17,4 +17,4 @@ import * as path from 'path';

src: path.join(ROOT_PATH, 'src'),
docs: path.join(ROOT_PATH, 'docs'),
ghPages: path.join(ROOT_PATH, 'gh-pages')
docs: path.join(ROOT_PATH, 'docs-src'),
ghPages: path.join(ROOT_PATH, 'docs')
},

@@ -21,0 +21,0 @@ filename: 'boilerplate',

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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