lambda-serverless-api
Advanced tools
Comparing version 9.2.1 to 9.2.2
"use strict"; | ||
module.exports = name => name.replace(/(?:^\w|[A-Z]|\b\w)/g, (l, idx) => idx === 0 ? l.toLowerCase() : l.toUpperCase()).replace(/[^a-zA-Z0-9]+/g, ''); | ||
module.exports = name => name.replace(/(?:^\w|[A-Z]|\b\w)/g, (l, idx) => idx === 0 ? l.toLowerCase() : l.toUpperCase()).replace(/[^a-zA-Z0-9_]+/g, ''); |
@@ -43,3 +43,3 @@ { | ||
}, | ||
"version": "9.2.1", | ||
"version": "9.2.2", | ||
"scripts": { | ||
@@ -46,0 +46,0 @@ "clean": "rm -rf lib", |
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
99362