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

amplify-prompts

Package Overview
Dependencies
Maintainers
1
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amplify-prompts - npm Package Compare versions

Comparing version 2.2.1-alpha.55 to 2.3.0-pretty-print.0

lib/progressbars/multibar.d.ts

16

CHANGELOG.md

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

# [2.3.0-pretty-print.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-prompts@2.2.0...amplify-prompts@2.3.0-pretty-print.0) (2022-08-05)
### Features
* addressing api review suggestions ([bf2206f](https://github.com/aws-amplify/amplify-cli/commit/bf2206f5dc898e5523893d9717aabdfcb7f9b126))
* addressing review comments ([b18971b](https://github.com/aws-amplify/amplify-cli/commit/b18971b061f0e05b690f693e1478b5e466517c3e))
* fixing test failures ([5d8c24f](https://github.com/aws-amplify/amplify-cli/commit/5d8c24f9df3e87b656ba8e560dddad5289c5622a))
* introducing spinner while fetching bucket ([77e21ef](https://github.com/aws-amplify/amplify-cli/commit/77e21ef16f30a195cba7f447dde4d4dbde9a0121))
* pretty-print push cfn logs ([d5a66e4](https://github.com/aws-amplify/amplify-cli/commit/d5a66e44500d2ea48fff5d4b0638da317f859466))
* updating multibar tests ([71c7916](https://github.com/aws-amplify/amplify-cli/commit/71c79160544382250d69ed28f63940cd33d42ed5))
# [2.2.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-prompts@2.1.0...amplify-prompts@2.2.0) (2022-06-03)

@@ -8,0 +24,0 @@

3

lib/index.d.ts

@@ -5,2 +5,5 @@ export * from './formatter';

export * from './validators';
export * from './progressbars/progressbar';
export * from './progressbars/multibar';
export * from './progressbars/spinner';
//# sourceMappingURL=index.d.ts.map

@@ -17,2 +17,5 @@ "use strict";

__exportStar(require("./validators"), exports);
__exportStar(require("./progressbars/progressbar"), exports);
__exportStar(require("./progressbars/multibar"), exports);
__exportStar(require("./progressbars/spinner"), exports);
//# sourceMappingURL=index.js.map

6

package.json
{
"name": "amplify-prompts",
"version": "2.2.1-alpha.55+666b7b04e",
"version": "2.3.0-pretty-print.0",
"description": "Utility functions for Amplify CLI terminal I/O",

@@ -29,3 +29,3 @@ "main": "lib/index.js",

"dependencies": {
"amplify-cli-shared-interfaces": "1.1.1-alpha.112+666b7b04e",
"amplify-cli-shared-interfaces": "1.1.0",
"chalk": "^4.1.1",

@@ -53,3 +53,3 @@ "enquirer": "^2.3.6"

},
"gitHead": "666b7b04eb3440d1f3820cb4754b00ed807a8ab1"
"gitHead": "1affe9e40131aab4f12fe28991ed1a6eb2c013ed"
}

@@ -5,1 +5,4 @@ export * from './formatter';

export * from './validators';
export * from './progressbars/progressbar';
export * from './progressbars/multibar';
export * from './progressbars/spinner';

Sorry, the diff of this file is not supported yet

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