File tree Expand file tree Collapse file tree 3 files changed +9
-29
lines changed
Expand file tree Collapse file tree 3 files changed +9
-29
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,29 +5,29 @@ This is a typescript/javascript package to sign your HTTP requests using aws4 si
55To get started:
66``` shell
77# Using bun.js
8- bun add aws4-request-auth-ts
8+ bun add @sujithjr/ aws4-request-auth-ts
99```
1010``` shell
1111# Using npm
12- npm install aws4-request-auth-ts
12+ npm install @sujithjr/ aws4-request-auth-ts
1313```
1414``` shell
1515# Using pnpm
16- pnpm add aws4-request-auth-ts
16+ pnpm add @sujithjr/ aws4-request-auth-ts
1717```
1818``` shell
1919# Using yarn
20- yarn add aws4-request-auth-ts
20+ yarn add @sujithjr/ aws4-request-auth-ts
2121```
2222
2323Common JS require,
2424``` js
25- const awsSign = require (' @sujith /aws4-request-auth-ts' );
25+ const awsSign = require (' @sujithjr /aws4-request-auth-ts' );
2626```
2727
2828ES module import,
2929``` js
30- import awsSign from ' @sujith /aws4-request-auth-ts' ;
30+ import awsSign from ' @sujithjr /aws4-request-auth-ts' ;
3131```
3232
3333Supports all the HTTP request methods. Example on how to pass required fields to sign the headers,
Original file line number Diff line number Diff line change 11{
2- "name" : " @sujith /aws4-request-auth-ts" ,
3- "version" : " 1.0.1 " ,
2+ "name" : " @sujithjr /aws4-request-auth-ts" ,
3+ "version" : " 1.0.0 " ,
44 "author" : " Sujithkumar Sundaran <hi@iamsujith.in> (https://iamsujith.in)" ,
55 "repository" : {
66 "type" : " git" ,
3434 "url" : " https://github.com/SujithJr/aws4-request-auth-ts/issues"
3535 },
3636 "description" : " A javascript/typescript package to authenticate requests with aws4 signature." ,
37- "files" : [
38- " dist"
39- ],
37+ "files" : [" dist" ],
4038 "homepage" : " https://github.com/SujithJr/aws4-request-auth-ts" ,
4139 "keywords" : [
4240 " aws" ,
You can’t perform that action at this time.
0 commit comments