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

aws-s3-upload-ash

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-s3-upload-ash - npm Package Compare versions

Comparing version 1.1.7 to 1.2.0

6

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

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