aws-s3-upload-ash
Advanced tools
Comparing version 1.1.7 to 1.2.0
{ | ||
"name": "aws-s3-upload-ash", | ||
"version": "1.1.7", | ||
"version": "1.2.0", | ||
"description": "Open Source Module to Upload your Media and files into AWS S3 Bucket directly from Front-end", | ||
@@ -13,7 +13,7 @@ "main": "dist/aws-s3-upload-ash.js", | ||
"dependencies": { | ||
"crypto-js": "^3.3.0" | ||
"crypto-js": "^4.2.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^12.12.14", | ||
"@types/crypto-js": "^3.1.47", | ||
"@types/crypto-js": "^4.2.2", | ||
"typescript": "^3.9.7" | ||
@@ -20,0 +20,0 @@ }, |
@@ -6,4 +6,4 @@ # aws-s3-upload-ash | ||
# Demo | ||
**https://awss3uploadash.ismaelnascimento.com/** | ||
# NPM | ||
https://www.npmjs.com/package/aws-s3-upload-ash | ||
@@ -10,0 +10,0 @@ # Donate |
import {IConfig, DateYMD} from "./types" | ||
import Crypto, { WordArray } from "crypto-js"; | ||
import Crypto from "crypto-js"; | ||
type WordArray = Crypto.lib.WordArray; | ||
export default class Signature { | ||
@@ -5,0 +6,0 @@ public static getSignature(config: IConfig, date: DateYMD, policyBase64: string): string { |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
0
13754
13
242
+ Addedcrypto-js@4.2.0(transitive)
- Removedcrypto-js@3.3.0(transitive)
Updatedcrypto-js@^4.2.0