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

mvcct-templates

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mvcct-templates - npm Package Compare versions

Comparing version 1.0.0-alfa4 to 1.0.0-alfa5

10

gulpfile.js

@@ -8,5 +8,5 @@ var gulp = require("gulp"),

+'@using MvcControlsToolkit.Core.HtmlHelpers \n';
var topappendViewImport = '\n @addTagHelper *, MvcControlsToolkit.Core'
+'\n @addTagHelper *, MvcControlsToolkit.ControlsCore';
var toPrependGulpfile = "require('gulp-load-subtasks')('tasks'); \n";
var topappendViewImport = '\n@addTagHelper *, MvcControlsToolkit.Core'
+'\n@addTagHelper *, MvcControlsToolkit.ControlsCore';
var toPrependGulpfile = "\nrequire('gulp-load-subtasks')('tasks');";

@@ -20,3 +20,3 @@ gulp.task('copy:files', function () {

return gulp.src(["../../Views/_ViewImports.cshtml"], { base: '../..' })
.pipe(grep(/MvcControlsToolkit.Core.Views/, {inverted: true}))
.pipe(insert.wrap(toprependViewImport, topappendViewImport))

@@ -28,3 +28,3 @@ .pipe(gulp.dest("../.."));

return gulp.src(["../../gulpfile.js"], { base: '../..' })
.pipe(grep(/gulp-load-subtasks/, {inverted: true}))
.pipe(insert.prepend(toPrependGulpfile))

@@ -31,0 +31,0 @@ .pipe(gulp.dest("../.."));

{
"name": "mvcct-templates",
"version": "1.0.0-alfa4",
"version": "1.0.0-alfa5",
"homepage": "https://github.com/MvcControlsToolkit/MvcControlsToolkit.Templates",

@@ -5,0 +5,0 @@ "description": "mvcct-templates installs content files needed by Mvc Controls Toolkit into asp.net core.",

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