Socket
Socket
Sign inDemoInstall

@aws-crypto/ie11-detection

Package Overview
Dependencies
1
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0-preview.1 to 0.1.0-preview.2

CHANGELOG.md

2

build/MsSubtleCrypto.d.ts
import { CryptoOperation } from './CryptoOperation';
import { Key } from './Key';
import { KeyOperation } from './KeyOperation';
export declare type KeyUsage = 'encrypt' | 'decrypt' | 'sign' | 'verify' | 'deriveKey' | 'deriveBits' | 'wrapKey' | 'unwrapKey';
export declare type KeyUsage = 'encrypt' | 'decrypt' | 'sign' | 'verify' | 'derive' | 'wrapKey' | 'unwrapKey' | 'importKey';
export declare type EncryptionOrVerificationAlgorithm = 'RSAES-PKCS1-v1_5';

@@ -6,0 +6,0 @@ export declare type Ie11EncryptionAlgorithm = 'AES-CBC' | 'AES-GCM' | 'RSA-OAEP' | EncryptionOrVerificationAlgorithm;

{
"name": "@aws-crypto/ie11-detection",
"version": "0.1.0-preview.1",
"version": "0.1.0-preview.2",
"description": "Provides functions and types for detecting if the host environment is IE11",

@@ -9,6 +9,10 @@ "scripts": {

},
"repository": {
"type": "git",
"url": "git@github.com:aws/aws-javascript-crypto-helpers.git"
},
"author": {
"name": "AWS Crypto Tools Team",
"email": "aws-cryptools@amazon.com",
"url": "https://aws.amazon.com/javascript/"
"url": "https://docs.aws.amazon.com/aws-crypto-tools/index.html?id=docs_gateway#lang/en_us"
},

@@ -29,3 +33,4 @@ "license": "Apache-2.0",

"tslib": "^1.9.3"
}
},
"gitHead": "4155daaa838ba4c1f4fcc02c32684fde77deddaf"
}

@@ -1,6 +0,6 @@

# @aws/crypto-ie11-detection
# @aws-crypto/crypto-ie11-detection
Functions for interact with IE11 browsers Crypto. The IE11 `window.subtle` functions are unique.
This library is used to identify an IE11 `window` and then offering types for crypto functions.
For example see @aws/crypto-random-source-browser
For example see @aws-crypto/crypto-random-source-browser

@@ -10,3 +10,3 @@ ## Usage

```
import {isMsWindow} from '@aws/crypto-ie11-detection'
import {isMsWindow} from '@aws-crypto/crypto-ie11-detection'

@@ -13,0 +13,0 @@ if (isMsWindow(window)) {

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