New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@charlietango/ddb-widget

Package Overview
Dependencies
Maintainers
2
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@charlietango/ddb-widget

Web Component built with Stencil by Charlie Tango

  • 0.3.16
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
2
Weekly downloads
 
Created
Source

Built With Stencil

Web Component that can be used in any site by putting a <script> tag in the head.

Usage

IMPORTANT - For unknown error widget source script crashes IE11 browser!!! Script below needs to be copied manually to /dist/ddb-widget.js (production build) in order to prevent crash on IE11. Script must be placed at the very beginning of execution of the function.

  function GetIEVersion() {
    window.navigator.userAgent.indexOf("MSIE");
    return !!navigator.userAgent.match(/Trident\/7\./)
  }
  var isIE11 = GetIEVersion();
  if (isIE11) {
    return;
  }

FAQs

Package last updated on 09 May 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