Socket
Socket
Sign inDemoInstall

gulp-react-templates

Package Overview
Dependencies
84
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.1 to 1.0.0

3

index.js
'use strict';
// through2 is a thin wrapper around node transform streams
var through = require('through2');
var gutil = require('gulp-util');
var rt = require('react-templates');
var PluginError = gutil.PluginError;
var PluginError = require('plugin-error');
var path = require('path');

@@ -8,0 +7,0 @@ var merge = require('merge');

{
"name": "gulp-react-templates",
"version": "0.2.1",
"version": "1.0.0",
"description": "Gulp plugin for react-templates - Light weight templates for react -> write html get valid react code",

@@ -15,5 +15,9 @@ "repository": "wix/gulp-react-templates",

],
"files": [
"index.js"
],
"scripts": {
"test": "mocha",
"lint": "eslint index.js test/main.js",
"pretest": "npm run lint",
"patch": "npm version patch -m\"update version to %s\" && git push && git push --tags",

@@ -24,4 +28,4 @@ "minor": "npm version minor -m\"update version to %s\" && git push && git push --tags",

"dependencies": {
"gulp-util": "^3.0.7",
"merge": "^1.2.0",
"plugin-error": "^1.0.1",
"react-templates": "^0.6.1",

@@ -31,4 +35,7 @@ "through2": "^2.0.0"

"devDependencies": {
"mocha": "^2.4.5",
"should": "^8.2.1"
"vinyl": "^2.2.0",
"eslint": "^6.6.0",
"eslint-config-wix-editor": "^7.3.0",
"mocha": "^6.2.2",
"should": "^13.1.3"
},

@@ -35,0 +42,0 @@ "engines": {

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

[npm-url]: https://npmjs.org/package/gulp-react-templates
[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-image]: https://img.shields.io/travis/wix-incubator/gulp-react-templates/master.svg?style=flat-square
[travis-url]: https://travis-ci.org/wix-incubator/gulp-react-templates
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