New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More →

gulp-ng-config

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-ng-config - npm Package Compare versions

Comparing version

to
1.2.1

@@ -10,3 +10,3 @@ var through = require('through2'),

const PLUGIN_NAME = 'gulp-ng-config',
WRAP_TEAMPLTE = '(function () { \n return <%= module %>\n})();\n';
WRAP_TEMPLATE = '(function () { \n return <%= module %>\n})();\n';

@@ -88,3 +88,3 @@ function gulpNgConfig (moduleName, configuration) {

} else {
wrapTemplate = WRAP_TEAMPLTE;
wrapTemplate = WRAP_TEMPLATE;
}

@@ -91,0 +91,0 @@ templateOutput = _.template(wrapTemplate)({

{
"name": "gulp-ng-config",
"version": "1.2.0",
"version": "1.2.1",
"description": "AngularJS configuration generator for a module of constants",

@@ -5,0 +5,0 @@ "main": "index.js",