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 to 1.1.0-rc1

wwwroot/root/gulpfile.js

6

gulpfile.js

@@ -38,2 +38,6 @@ var gulp = require("gulp"),

gulp.task('create:root', function () {
return vn.src(["./root/**/*.*"], { base: './root' })
.pipe(vn.dest("../..", {overwrite: false}));
});
gulp.task('copy:files', function () {

@@ -62,4 +66,4 @@ return vn.src(["./wwwroot/**/*.*", "./tasks/**/*.*"], { base: '.' })

gulp.task("install", ["copy:files", "copy:views", "modify:viewimport", "modify:gulpfile"]);
gulp.task("install", ["create:root", "copy:files", "copy:views", "modify:viewimport", "modify:gulpfile"]);

2

package.json
{
"name": "mvcct-templates",
"version": "1.0.0",
"version": "1.1.0-rc1",
"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