amazon-cognito-identity-js
Advanced tools
Comparing version 2.0.5 to 2.0.6
{ | ||
"name": "amazon-cognito-identity-js", | ||
"description": "Amazon Cognito Identity Provider JavaScript SDK", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"author": { | ||
@@ -66,3 +66,3 @@ "name": "Amazon Web Services", | ||
"buffer": "4.9.1", | ||
"crypto-browserify": "3.0.0", | ||
"crypto-browserify": "1.0.9", | ||
"js-cookie": "^2.1.4" | ||
@@ -69,0 +69,0 @@ }, |
@@ -94,10 +94,10 @@ # Amazon Cognito Identity SDK for JavaScript | ||
// Must start with `./`! | ||
entry: './src/entry', | ||
entry: './src/entry.js', | ||
// Place output files in `./dist/my-app.js` | ||
output: { | ||
path: 'dist', | ||
path: __dirname + '/dist', | ||
filename: 'my-app.js' | ||
}, | ||
module: { | ||
loaders: [ | ||
rules: [ | ||
{ | ||
@@ -112,2 +112,9 @@ test: /\.json$/, | ||
* Create the following directory where `webpack.config.js` resides, and create the entry file: | ||
``` | ||
> mkdir -p src | ||
> touch src/entry.js | ||
``` | ||
* Add the following into your `package.json` | ||
@@ -114,0 +121,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1028
31
26019895
53255
+ Addedcrypto-browserify@1.0.9(transitive)
- Removedbase64-js@0.0.8(transitive)
- Removedbuffer@2.3.4(transitive)
- Removedcrypto-browserify@3.0.0(transitive)
- Removedieee754@1.1.13(transitive)
- Removedripemd160@0.2.0(transitive)
- Removedsha.js@2.1.6(transitive)
Updatedcrypto-browserify@1.0.9