New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

amplify-cli-core

Package Overview
Dependencies
Maintainers
3
Versions
486
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amplify-cli-core - npm Package Compare versions

Comparing version 1.26.0 to 1.26.1-beta.0

lib/cliViewAPI.d.ts

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.26.1-beta.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.26.0...amplify-cli-core@1.26.1-beta.0) (2021-08-17)
**Note:** Version bump only for package amplify-cli-core
# [1.26.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.25.1...amplify-cli-core@1.26.0) (2021-08-06)

@@ -8,0 +16,0 @@

5

lib/index.d.ts

@@ -0,1 +1,2 @@

import { ViewResourceTableParams } from './cliViewAPI';
import { ServiceSelection } from './serviceSelection';

@@ -23,2 +24,3 @@ export * from './cfnUtilities';

export * from './cliRemoveResourcePrompt';
export * from "./cliViewAPI";
export declare type $TSAny = any;

@@ -171,4 +173,5 @@ export declare type $TSContext = {

}[]) => $TSAny;
showHelpfulProviderLinks: () => $TSAny;
showHelpfulProviderLinks: (context: $TSContext) => $TSAny;
showResourceTable: () => $TSAny;
showStatusTable: (resourceTableParams: ViewResourceTableParams) => $TSAny;
serviceSelectionPrompt: (context: $TSContext, category: string, servicesMetadata: $TSAny, customQuestion?: $TSAny, optionNameOverrides?: Record<string, string>) => Promise<ServiceSelection>;

@@ -175,0 +178,0 @@ updateProjectConfig: () => $TSAny;

1

lib/index.js

@@ -35,2 +35,3 @@ "use strict";

__exportStar(require("./cliRemoveResourcePrompt"), exports);
__exportStar(require("./cliViewAPI"), exports);
var AmplifyFrontend;

@@ -37,0 +38,0 @@ (function (AmplifyFrontend) {

{
"name": "amplify-cli-core",
"version": "1.26.0",
"version": "1.26.1-beta.0",
"description": "Amplify CLI Core",

@@ -72,3 +72,3 @@ "repository": {

},
"gitHead": "254e137af2617b38d7704df996cbf598b5583dc2"
"gitHead": "9c4a0f93808db1ccaa25ccfa37038448ae4402bc"
}

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