Socket
Socket
Sign inDemoInstall

@ispsystem/isp-notice

Package Overview
Dependencies
4
Maintainers
7
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ispsystem/isp-notice

isp-notice wrapper is a web component


Version published
Weekly downloads
51
decreased by-15%
Maintainers
7
Created
Weekly downloads
 

Readme

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

Last updated on 05 Mar 2020

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