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

aws-sdk-client-mock

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-sdk-client-mock - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [0.5.3](https://github.com/m-radzikowski/aws-sdk-client-mock/compare/v0.5.2...v0.5.3) (2021-06-24)
### Features
* **src:** enable types as peer dependencies to get around bumping wi… ([#35](https://github.com/m-radzikowski/aws-sdk-client-mock/issues/35)) ([2150567](https://github.com/m-radzikowski/aws-sdk-client-mock/commit/215056733f44cfca19242a4456fcaa6d188abf6d))
### [0.5.2](https://github.com/m-radzikowski/aws-sdk-client-mock/compare/v0.5.1...v0.5.2) (2021-06-14)

@@ -7,0 +14,0 @@

15

package.json
{
"name": "aws-sdk-client-mock",
"description": "Easy and powerful mocking of AWS SDK v3 Clients",
"version": "0.5.2",
"version": "0.5.3",
"license": "MIT",

@@ -48,8 +48,11 @@ "author": {

},
"peerDependencies": {
"@aws-sdk/types": "^3.0.0"
},
"devDependencies": {
"@aws-sdk/client-dynamodb": "3.18.0",
"@aws-sdk/client-sns": "3.18.0",
"@aws-sdk/client-sqs": "3.18.0",
"@aws-sdk/lib-dynamodb": "3.18.0",
"@aws-sdk/types": "3.18.0",
"@aws-sdk/types": "^3.18.0",
"@aws-sdk/client-dynamodb": "^3.18.0",
"@aws-sdk/client-sns": "^3.18.0",
"@aws-sdk/client-sqs": "^3.18.0",
"@aws-sdk/lib-dynamodb": "^3.18.0",
"@commitlint/cli": "11.0.0",

@@ -56,0 +59,0 @@ "@commitlint/config-conventional": "11.0.0",

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