Huge News!Announcing our $40M Series B led by Abstract Ventures.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.5.0 to 1.5.1-beta.0

11

CHANGELOG.md

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

## [1.5.1-beta.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.5.0...amplify-cli-core@1.5.1-beta.0) (2020-10-27)
### Bug Fixes
* move post-install steps to plugin platform rather than post install script ([#5678](https://github.com/aws-amplify/amplify-cli/issues/5678)) ([f83bbab](https://github.com/aws-amplify/amplify-cli/commit/f83bbab378f6857202653cd57c607cead11cbe52))
# [1.5.0](https://github.com/aws-amplify/amplify-cli/compare/amplify-cli-core@1.4.0...amplify-cli-core@1.5.0) (2020-10-22)

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

2

lib/state-manager/pathManager.js

@@ -54,3 +54,3 @@ "use strict";

if (!process.env.AMPLIFY_SUPPRESS_NO_PKG_LIB && !fs.pathExistsSync(result)) {
throw new Error(`Package lib at ${result} does not exist. Try running 'amplify post-install' to copy files to the correct location.`);
throw new Error(`Package lib at ${result} does not exist.`);
}

@@ -57,0 +57,0 @@ return result;

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

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

},
"gitHead": "499cc33e409c4e7bc13a5c8a714a335c77d8c373"
"gitHead": "568e33ddd16dc2398d6c665c60226c2e3e46dbc4"
}

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