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

@aws-amplify/data-schema

Package Overview
Dependencies
Maintainers
10
Versions
176
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-amplify/data-schema - npm Package Compare versions

Comparing version 0.13.14 to 0.13.15

4

lib-esm/src/SchemaProcessor.js

@@ -167,4 +167,4 @@ "use strict";

else if (typeof handlerData.getInstance === 'function') {
const fnBaseName = `Fn_${callSignature}`;
const fnNameSuffix = idx === 0 ? '' : `_${idx + 1}`;
const fnBaseName = `Fn${capitalize(callSignature)}`;
const fnNameSuffix = idx === 0 ? '' : `${idx + 1}`;
const fnName = fnBaseName + fnNameSuffix;

@@ -171,0 +171,0 @@ lambdaFunctionDefinition[fnName] = handlerData;

{
"name": "@aws-amplify/data-schema",
"version": "0.13.14",
"version": "0.13.15",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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