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

@iyio/aws

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iyio/aws - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

8

esm/src/lib/AwsHttpRequestSigner.js

@@ -7,6 +7,2 @@ import { __awaiter } from "tslib";

export class AwsHttpRequestSigner {
constructor(options) {
this.signingPair = null;
this.options = Object.assign({}, options);
}
static optionsFromScope(scope) {

@@ -22,2 +18,6 @@ return {

}
constructor(options) {
this.signingPair = null;
this.options = Object.assign({}, options);
}
canSign() {

@@ -24,0 +24,0 @@ var _a;

{
"name": "@iyio/aws",
"version": "0.2.1",
"main": "./src/index.js",
"types": "./src/index.d.ts",
"dependencies": {},
"peerDependencies": {
"@iyio/common": "^0.2.7",
"rxjs": ">=7.5.7",
"version": "0.2.2",
"dependencies": {
"@aws-crypto/sha256-browser": ">=3.0.0",
"@aws-sdk/protocol-http": ">=3.310.0",
"@aws-sdk/signature-v4": ">=3.310.0",
"@aws-sdk/types": ">=3.310.0",
"date-fns": ">=2.29.3",
"rxjs": ">=7.8.0",
"uuid": ">=9.0.0",
"tslib": ">=2.3.0"
"zod": ">=3.21.4"
},
"peerDependencies": {
"@iyio/common": "^0.2.21"
},
"main": "./src/index.js",
"types": "./src/index.d.ts",
"sideEffects": false,
"module": "./esm/src/index.js"
}

@@ -10,6 +10,2 @@ "use strict";

class AwsHttpRequestSigner {
constructor(options) {
this.signingPair = null;
this.options = Object.assign({}, options);
}
static optionsFromScope(scope) {

@@ -25,2 +21,6 @@ return {

}
constructor(options) {
this.signingPair = null;
this.options = Object.assign({}, options);
}
canSign() {

@@ -27,0 +27,0 @@ var _a;

Sorry, the diff of this file is not supported yet

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