Socket
Socket
Sign inDemoInstall

has-symbol-support-x

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

has-symbol-support-x

Tests if ES6 Symbol is supported.


Version published
Weekly downloads
1.7M
decreased by-3.79%
Maintainers
1
Weekly downloads
 
Created

What is has-symbol-support-x?

The has-symbol-support-x npm package is a utility that checks if the current JavaScript environment has native support for ES6 symbols. This can be useful for ensuring compatibility and feature detection in environments where symbols may not be supported.

What are has-symbol-support-x's main functionalities?

Check for Symbol support

This feature allows you to check if the current environment supports ES6 symbols. The code sample demonstrates how to import the package and log the result, which will be a boolean indicating the presence of symbol support.

const hasSymbolSupport = require('has-symbol-support-x');
console.log(hasSymbolSupport); // true or false

Other packages similar to has-symbol-support-x

Keywords

FAQs

Package last updated on 17 Jul 2019

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc