Socket
Socket
Sign inDemoInstall

@acusti/appsync-fetch

Package Overview
Dependencies
3
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.10.0 to 0.11.0

4

package.json
{
"name": "@acusti/appsync-fetch",
"version": "0.10.0",
"version": "0.11.0",
"type": "module",

@@ -24,3 +24,3 @@ "sideEffects": false,

"dependencies": {
"@acusti/aws-signature-v4": "^0.4.0",
"@acusti/aws-signature-v4": "^0.4.1",
"@acusti/post": "^0.3.0"

@@ -27,0 +27,0 @@ },

@@ -30,3 +30,3 @@ import { jest } from '@jest/globals';

const QUERY_ONLY_SIGNATURE =
'49703619d3a3379b321a5957f29861ca311512fbc530bb11ded13431673b5cd4';
'1a978b7ed853f34303cb9ca91f41a18263deacc0b97eda68e208fddeb4a963af';

@@ -69,7 +69,7 @@ // @ts-ignore

accept: '*/*',
authorization: `${authorizationStart}, SignedHeaders=accept;content-length;content-type;date;host;x-amz-security-token, Signature=${QUERY_ONLY_SIGNATURE}`,
authorization: `${authorizationStart}, SignedHeaders=accept;content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=${QUERY_ONLY_SIGNATURE}`,
'content-length': String(body.length),
'content-type': 'application/json; charset=UTF-8',
date: DATE_TIME_STRING,
host: HOST,
'x-amz-date': DATE_TIME_STRING,
'x-amz-security-token': SESSION_TOKEN,

@@ -98,7 +98,7 @@ },

accept: '*/*',
authorization: `${authorizationStart}, SignedHeaders=accept;content-length;content-type;date;host;x-amz-security-token, Signature=16760ed9d47bf14b0be1bdc850c93e2a559b8efda9654f57da97fb803032937d`,
authorization: `${authorizationStart}, SignedHeaders=accept;content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=1c5ce65140d54b043959ca1aba80405d7903ce083307748363657d54d1852dfc`,
'content-length': String(body.length),
'content-type': 'application/json; charset=UTF-8',
date: DATE_TIME_STRING,
host: HOST,
'x-amz-date': DATE_TIME_STRING,
'x-amz-security-token': SESSION_TOKEN,

@@ -125,7 +125,7 @@ },

accept: '*/*',
authorization: `${authorizationStart}, SignedHeaders=accept;content-length;content-type;date;host;x-amz-security-token, Signature=${QUERY_ONLY_SIGNATURE}`,
authorization: `${authorizationStart}, SignedHeaders=accept;content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=${QUERY_ONLY_SIGNATURE}`,
'content-length': String(QUERY_AS_JSON_STRING.length),
'content-type': 'application/json; charset=UTF-8',
date: DATE_TIME_STRING,
host: HOST,
'x-amz-date': DATE_TIME_STRING,
'x-amz-security-token': SESSION_TOKEN,

@@ -132,0 +132,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc