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

lambda-serverless-api

Package Overview
Dependencies
Maintainers
1
Versions
396
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lambda-serverless-api - npm Package Compare versions

Comparing version 9.2.1 to 9.2.2

2

lib/util/to-camel-case.js
"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",

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