Socket
Socket
Sign inDemoInstall

@aws-crypto/ie11-detection

Package Overview
Dependencies
1
Maintainers
8
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @aws-crypto/ie11-detection

Provides functions and types for detecting if the host environment is IE11


Version published
Weekly downloads
11M
decreased by-1.45%
Maintainers
8
Install size
61.3 kB
Created
Weekly downloads
 

Changelog

Source

4.0.0 (2023-02-20)

  • feat!: deprecate node12. (d85ca33)

BREAKING CHANGES

  • Remove node12 from CI (#543)

Readme

Source

@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/random-source-browser

Usage

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

if (isMsWindow(window)) {
  // use `window.subtle.mscrypto`
}

Test

npm test

FAQs

Last updated on 20 Feb 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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