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

@aws-amplify/codegen-ui

Package Overview
Dependencies
Maintainers
8
Versions
645
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-amplify/codegen-ui - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

7

dist/lib/frontend-manager-node.js

@@ -19,2 +19,9 @@ "use strict";

getOverrideIndex() {
var _a;
console.log(`In getOverrideIndex`);
console.log(`Name: ${this.component.name}`);
console.log(`MyComponentType: ${this.component.componentType}`);
console.log(`MyComponent: ${JSON.stringify(this.component)}`);
console.log(`Parent: ${JSON.stringify(this.parent)}`);
console.log(`Parent children: ${JSON.stringify((_a = this.parent) === null || _a === void 0 ? void 0 : _a.component.children)}`);
if (this.parent === undefined || this.parent.component.children === undefined) {

@@ -21,0 +28,0 @@ return -1;

2

package.json
{
"name": "@aws-amplify/codegen-ui",
"version": "1.0.0",
"version": "1.1.0",
"description": "generic component code generation interface definitions",

@@ -5,0 +5,0 @@ "author": "Amazon Web Services",

Sorry, the diff of this file is not supported yet

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