Socket
Socket
Sign inDemoInstall

@aws-crypto/ie11-detection

Package Overview
Dependencies
Maintainers
5
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-crypto/ie11-detection - npm Package Compare versions

Comparing version 1.0.0-alpha.0 to 1.0.0

4

build/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("./CryptoOperation"), exports);
tslib_1.__exportStar(require("./Key"), exports);
tslib_1.__exportStar(require("./KeyOperation"), exports);
tslib_1.__exportStar(require("./MsSubtleCrypto"), exports);
tslib_1.__exportStar(require("./MsWindow"), exports);
//# sourceMappingURL=index.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.isMsWindow = void 0;
var msSubtleCryptoMethods = [

@@ -4,0 +5,0 @@ "decrypt",

@@ -6,2 +6,13 @@ # Change Log

# [1.0.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/ie11-detection@1.0.0-alpha.0...@aws-crypto/ie11-detection@1.0.0) (2020-10-22)
### Bug Fixes
* replace `sourceRoot` -> `rootDir` in tsconfig ([#169](https://github.com/aws/aws-sdk-js-crypto-helpers/issues/169)) ([d437167](https://github.com/aws/aws-sdk-js-crypto-helpers/commit/d437167b51d1c56a4fcc2bb8a446b74a7e3b7e06))
# [1.0.0-alpha.0](https://github.com/aws/aws-sdk-js-crypto-helpers/compare/@aws-crypto/ie11-detection@0.1.0-preview.4...@aws-crypto/ie11-detection@1.0.0-alpha.0) (2020-02-07)

@@ -8,0 +19,0 @@

6

package.json
{
"name": "@aws-crypto/ie11-detection",
"version": "1.0.0-alpha.0",
"version": "1.0.0",
"description": "Provides functions and types for detecting if the host environment is IE11",

@@ -22,5 +22,5 @@ "scripts": {

"dependencies": {
"tslib": "^1.9.3"
"tslib": "^1.11.1"
},
"gitHead": "1aeaf55c8803ae537cc03fef3541dc8567983b9b"
"gitHead": "025ac6e89439c04a2d741663ef8781052e8f7e86"
}

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

# @aws-crypto/crypto-ie11-detection
# @aws-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/crypto-random-source-browser
For example see @aws-crypto/random-source-browser

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

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

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

@@ -10,3 +10,3 @@ {

"stripInternal": true,
"sourceRoot": "./src",
"rootDir": "./src",
"outDir": "./build",

@@ -13,0 +13,0 @@ "importHelpers": true,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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