Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ispsystem/isp-notice

Package Overview
Dependencies
Maintainers
7
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ispsystem/isp-notice

isp-notice wrapper is a web component

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
7
Created
Source

isp-notice

npm version Built With Stencil

Компонен-обертка, позволяющий использовать механизм нотификаций основанный на WebSocket без основного приложения.

Использование

<!DOCTYPE html>
<html dir="ltr" lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0" />
    <title>Develop page</title>

    <script type="module" src="/build/antivirus-card.esm.js"></script>
    <script nomodule src="/build/antivirus-card.js"></script>
    <script type="module" src="https://unpkg.com/@ispsystem/isp-notice@1.0.1/dist/isp-notice/isp-notice.esm.js"></script>
    <script nomodule src="https://unpkg.com/@ispsystem/isp-notice@1.0.1/dist/isp-notice/isp-notice.js"></script>
  </head>

  <body>
    <isp-notice paramDelay="100">
      <antivirus-card site-id="1" plugin-id="9"></antivirus-card>
    </isp-notice>
  </body>
</html>

Keywords

FAQs

Package last updated on 05 Mar 2020

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