Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

amazon-cognito-identity-js

Package Overview
Dependencies
Maintainers
5
Versions
1620
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amazon-cognito-identity-js - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

4

package.json
{
"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

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