machinepack-strings
Advanced tools
Comparing version 2.3.0 to 2.3.2
@@ -65,3 +65,3 @@ module.exports = { | ||
if (_.isUndefined(inputs.end)) { | ||
return exits.success(_.slice(inputs.string, inputs.start)); | ||
return exits.success(inputs.string.slice(inputs.start)); | ||
} | ||
@@ -68,0 +68,0 @@ |
{ | ||
"name": "machinepack-strings", | ||
"version": "2.3.0", | ||
"version": "2.3.2", | ||
"description": "Work with strings.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -30,4 +30,12 @@ { | ||
"returns": "lly McGee" | ||
}, | ||
{ | ||
"using": { | ||
"string": "Molly McGee", | ||
"start": "2" | ||
}, | ||
"outcome": "success", | ||
"returns": "lly McGee" | ||
} | ||
] | ||
} | ||
} |
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
44991
1472