Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

myvtex-sse

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

myvtex-sse

Simple SSE client for myvtex.com sites

latest
Source
npmnpm
Version
1.2.0
Version published
Weekly downloads
41
64%
Maintainers
2
Weekly downloads
 
Created
Source

myvtex-sse

A simple client for listening to server sent events on myvtex.com.

Usage

import myvtexSSE from 'myvtex-sse'
// in browser, myvtexSSE is exported as global.

myvtexSSE('builder', ({key, body}) => {
  console.log('You\'ve got mail:', key, body)
})

FAQs

Package last updated on 03 Mar 2018

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