-
- Downloads
Use mime normalizer from external repo
parent
eb529b26
No related branches found
No related tags found
Showing
- __tests__/MimeVerificationService.test.ts 0 additions, 130 deletions__tests__/MimeVerificationService.test.ts
- __tests__/RKAUtility.test.ts 5 additions, 3 deletions__tests__/RKAUtility.test.ts
- __tests__/data/outlook_issue_33_received.html 0 additions, 119 deletions__tests__/data/outlook_issue_33_received.html
- __tests__/data/outlook_issue_33_sent.html 0 additions, 112 deletions__tests__/data/outlook_issue_33_sent.html
- __tests__/data/outlook_onedrive_attachments_receiver.html 0 additions, 54 deletions__tests__/data/outlook_onedrive_attachments_receiver.html
- __tests__/data/outlook_onedrive_attachments_sender.html 0 additions, 50 deletions__tests__/data/outlook_onedrive_attachments_sender.html
- package.json 2 additions, 0 deletionspackage.json
- src/services/MimeVerificationService/MimeVerificationService.ts 9 additions, 98 deletions...rvices/MimeVerificationService/MimeVerificationService.ts
- src/services/MimeVerificationService/constants.ts 0 additions, 3 deletionssrc/services/MimeVerificationService/constants.ts
- src/services/MimeVerificationService/normalizationStrategies.ts 0 additions, 187 deletions...rvices/MimeVerificationService/normalizationStrategies.ts
- src/services/MimeVerificationService/utils.ts 0 additions, 145 deletionssrc/services/MimeVerificationService/utils.ts
- yarn.lock 17 additions, 1 deletionyarn.lock
... | ... | @@ -35,6 +35,8 @@ |
}, | ||
"dependencies": { | ||
"@types/jsdom": "^16.2.4", | ||
"@vereign/dom": "git+ssh://git@code.vereign.com:code/js-toolbox/gsdom.git", | ||
"@vereign/mime-normalizer": "git+ssh://git@code.vereign.com:code/js-toolbox/mime-normalizer.git", | ||
"axios": "^0.20.0", | ||
"eventemitter2": "^6.4.3", | ||
"google-protobuf": "^3.13.0", | ||
... | ... |
Please register or sign in to comment