aws-sdk-js-v3 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,15 @@
1
+ # aws-sdk-js-v3
2
+
3
+ This is not AWS SDK for JavaScript (v3). It hosts [modular packages][modular],
4
+ and requires installing `@aws-sdk/client-<NAME>` package from npm.
5
+
6
+ This package is created to avoid confusion among end users, and false remote
7
+ code execution (RCE) vulnerability reports.
8
+
9
+ The `aws-sdk-js-v3` is the name of the monorepo hosted on [GitHub][github].
10
+ It's a standard practice in JavaScript monorepos to mark monorepo package.json
11
+ as private. The author does not intend to publish packages with that name, as
12
+ they usually follow an npm scope.
13
+
14
+ [github]: https://github.com/aws/aws-sdk-js-v3
15
+ [modular]: https://aws.amazon.com/blogs/developer/modular-packages-in-aws-sdk-for-javascript/
Binary file
package/package.json ADDED
@@ -0,0 +1,4 @@
1
+ {
2
+ "name": "aws-sdk-js-v3",
3
+ "version": "0.0.1"
4
+ }