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

@axway/amplify-auth-sdk

Package Overview
Dependencies
Maintainers
15
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@axway/amplify-auth-sdk - npm Package Compare versions

Comparing version 2.3.4 to 2.4.0

6

CHANGELOG.md

@@ -0,1 +1,7 @@

# v2.4.0 (Dec 1, 2020)
* fix: Bumped minimum Node.js requirement to 10.19.0 to prevent warnings on install.
* chore: Updated to keytar 7.2.0 which adds support for Node.js 15.
* chore: Updated dependencies.
# v2.3.4 (Nov 18, 2020)

@@ -2,0 +8,0 @@

18

package.json
{
"name": "@axway/amplify-auth-sdk",
"version": "2.3.4",
"version": "2.4.0",
"description": "Axway AMPLIFY authentication SDK for Node.js",

@@ -24,5 +24,5 @@ "author": "Axway, Inc. <npmjs@appcelerator.com>",

"dependencies": {
"@axway/amplify-request": "^2.0.1",
"@axway/amplify-request": "^2.1.0",
"accepts": "^1.3.7",
"appcd-fs": "^2.0.0",
"appcd-fs": "^2.0.1",
"cross-spawn": "^7.0.3",

@@ -33,3 +33,3 @@ "fs-extra": "^9.0.1",

"pluralize": "^8.0.0",
"snooplogg": "^3.0.0",
"snooplogg": "^3.0.1",
"source-map-support": "^0.5.19",

@@ -40,4 +40,4 @@ "tmp": "^0.2.1",

"devDependencies": {
"appcd-gulp": "^3.0.1",
"keytar": "7.1.0"
"appcd-gulp": "^3.1.0",
"keytar": "7.2.0"
},

@@ -48,6 +48,6 @@ "homepage": "https://github.com/appcelerator/amplify-tooling#readme",

"engines": {
"node": ">=10.13.0"
"node": ">=10.19.0"
},
"keytar": "7.1.0",
"gitHead": "b5afe23fde1bc859dad2ea3964a41b9efb5ac0f5"
"keytar": "7.2.0",
"gitHead": "00ff929f4627761e8012add2d6d553b4ce5e7902"
}
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