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

gulp-parameters-generator

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-parameters-generator - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

index.js

@@ -11,3 +11,3 @@ var gutil = require('gulp-util');

return data;
var regex = /\.?([^|\[\]]+)|\[(\d+)\]/g,
var regex = /\.?([^::\[\]]+)|\[(\d+)\]/g,
resultholder = {};

@@ -41,3 +41,3 @@ for (var p in data) {

isEmpty = false;
recurse(cur[p], prop ? prop+"|"+p : p);
recurse(cur[p], prop ? prop+"::"+p : p);
}

@@ -44,0 +44,0 @@ if (isEmpty && prop)

{
"name": "gulp-parameters-generator",
"version": "0.0.2",
"version": "0.0.3",
"description": "Asks user to input paramaters from your configuration file",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

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