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
1
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.17.2 to 1.18.0-beta.0

11

CHANGELOG.md

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

# [1.18.0-beta.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.17.2...amplify-cli-core@1.18.0-beta.0) (2021-03-04)
### Features
* **FF-codegen:** add feature flags for new codegen features ([#6732](https://github.com/aws-amplify/amplify-cli/issues/6732)) ([d00a8e9](https://github.com/aws-amplify/amplify-cli/commit/d00a8e95721c2fb27ef650fa2099e12de7d99705))
## [1.17.2](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.17.1...amplify-cli-core@1.17.2) (2021-02-26)

@@ -8,0 +19,0 @@

@@ -323,2 +323,14 @@ "use strict";

defaultValueForNewProjects: true,
},
{
name: 'cleanGeneratedModelsDirectory',
type: 'boolean',
defaultValueForExistingProjects: false,
defaultValueForNewProjects: true,
},
{
name: 'retainCaseStyle',
type: 'boolean',
defaultValueForExistingProjects: false,
defaultValueForNewProjects: true,
}

@@ -325,0 +337,0 @@ ]);

4

package.json
{
"name": "amplify-cli-core",
"version": "1.17.2",
"version": "1.18.0-beta.0",
"description": "Amplify CLI Core",

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

},
"gitHead": "e16c09933e9e7219fad26beb7421258c5936636c"
"gitHead": "9b65a356afcb1b2266f38f0f11c54b95d7850d35"
}

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