Socket
Socket
Sign inDemoInstall

gulp-react-templates

Package Overview
Dependencies
121
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.7 to 0.1.0

9

package.json
{
"name": "gulp-react-templates",
"version": "0.0.7",
"version": "0.1.0",
"description": "Gulp plugin for react-templates - Light weight templates for react -> write html get valid react code",

@@ -17,3 +17,6 @@ "repository": "wix/gulp-react-templates",

"test": "mocha",
"lint": "eslint index.js test/main.js"
"lint": "eslint index.js test/main.js",
"patch": "npm version patch -m\"update version to %s\" && git push && git push --tags",
"minor": "npm version minor -m\"update version to %s\" && git push && git push --tags",
"major": "npm version major -m\"update version to %s\" && git push && git push --tags"
},

@@ -23,3 +26,3 @@ "dependencies": {

"merge": "^1.2.0",
"react-templates": "^0.1.18",
"react-templates": "^0.2.0",
"through2": "^0.6.5"

@@ -26,0 +29,0 @@ },

@@ -31,3 +31,3 @@ [![NPM version][npm-image]][npm-url]

Select modules system (amd|commonjs|none).
Select modules system (amd|commonjs|es6|typescript|none).

@@ -39,2 +39,2 @@ See more [here](https://github.com/wix/react-templates/blob/gh-pages/docs/cli.md)

[travis-image]: https://img.shields.io/travis/wix/gulp-react-templates/master.svg?style=flat-square
[travis-url]: https://travis-ci.org/wix/gulp-react-templates
[travis-url]: https://travis-ci.org/wix/gulp-react-templates

Sorry, the diff of this file is not supported yet

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