morph-strings
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -6,3 +6,3 @@ var randomize = require('./lib/randomize.js'); | ||
var morph = function(words, output) { | ||
if(typeof words != 'array') { | ||
if(typeof words === 'string') { | ||
words = words.split(' '); | ||
@@ -9,0 +9,0 @@ } |
{ | ||
"name": "morph-strings", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "generate permutations of words through character substitution", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5778
1