Socket
Socket
Sign inDemoInstall

rheactor-build-views

Package Overview
Dependencies
26
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.0 to 4.0.0

dist/index.js

25

package.json
{
"name": "rheactor-build-views",
"description": "An utility to build HTML views",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"lint": "standard",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"precommit": "npm run lint",
"commitmsg": "validate-commit-msg"
},

@@ -31,3 +33,7 @@ "bin": {

"devDependencies": {
"ghooks": "^1.3.2",
"babel-cli": "^6.18.0",
"babel-preset-env": "^1.1.1",
"babel-preset-es2015": "^6.18.0",
"babel-register": "^6.18.0",
"husky": "<2.0.0",
"standard": "^8.6.0",

@@ -37,9 +43,8 @@ "validate-commit-msg": "^2.7.0",

},
"config": {
"ghooks": {
"pre-commit": "npm run lint",
"commit-msg": "validate-commit-msg"
}
},
"version": "3.1.0"
"files": [
"dist",
"src",
"README.md"
],
"version": "4.0.0"
}

2

README.md

@@ -7,3 +7,3 @@ # rheactor-build-views

[![semantic-release](https://img.shields.io/badge/semver-semantic%20release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/2d9069db5d64495bafb7be77fbf30e49)](https://www.codacy.com/app/ResourcefulHumans/rheactor-build-views?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=ResourcefulHumans/rheactor-build-views&amp;utm_campaign=Badge_Grade)
[![Code Climate](https://codeclimate.com/github/ResourcefulHumans/rheactor-build-views/badges/gpa.svg)](https://codeclimate.com/github/ResourcefulHumans/rheactor-build-views)

@@ -10,0 +10,0 @@ [![NPM](https://nodei.co/npm/rheactor-build-views.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/rheactor-build-views/)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc