machinepack-strings
Advanced tools
Comparing version 2.2.0 to 2.3.0
module.exports = { | ||
friendlyName: 'Get length of string', | ||
friendlyName: 'Length', | ||
description: 'Determine the length of a string (i.e. the number of characters)', | ||
description: 'Determine the length of a string (i.e. count the number of characters)', | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "machinepack-strings", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "Work with strings.", | ||
@@ -42,3 +42,5 @@ "scripts": { | ||
"split", | ||
"deburr" | ||
"deburr", | ||
"slice", | ||
"at" | ||
], | ||
@@ -45,0 +47,0 @@ "testsUrl": "https://travis-ci.org/" |
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
44843
42
1463