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

@iyio/aws-credential-providers

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iyio/aws-credential-providers - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

6

package.json
{
"name": "@iyio/aws-credential-providers",
"version": "0.0.13",
"version": "0.0.14",
"type": "commonjs",

@@ -9,4 +9,4 @@ "main": "./src/index.js",

"peerDependencies": {
"@iyio/aws": "0.0.13",
"@iyio/common": "0.0.13",
"@iyio/aws": "0.0.14",
"@iyio/common": "0.0.14",
"rxjs": "^7.5.7",

@@ -13,0 +13,0 @@ "uuid": "^9.0.0",

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

const common_1 = require("@iyio/common");
exports.cognitoIdentityPoolIdParam = (0, common_1.defineStringParam)('COGNITO_IDENTITY_POOL_ID');
exports.cognitoUserPoolClientIdParam = (0, common_1.defineStringParam)('COGNITO_USER_POOL_CLIENT_ID');
exports.cognitoUserPoolIdParam = (0, common_1.defineStringParam)('COGNITO_USER_POOL_ID');
exports.cognitoIdentityPoolIdParam = (0, common_1.defineStringParam)('cognitoIdentityPoolId');
exports.cognitoUserPoolClientIdParam = (0, common_1.defineStringParam)('cognitoUserPoolClientId');
exports.cognitoUserPoolIdParam = (0, common_1.defineStringParam)('cognitoUserPoolId');
//# sourceMappingURL=_types.aws-credential-providers.js.map

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