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

hyper-notifier

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyper-notifier - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

yarn.lock

12

index.js

@@ -1,13 +0,11 @@

const notifier = require('node-notifier');
const notifier = require('node-notifier')
let notifications = []
let notifierString;
exports.onApp = registerConfigs
exports.middleware = (store) => (next) => (action) => {
if ('SESSION_PTY_DATA' === action.type) {
if ('SESSION_ADD_DATA' === action.type) {
const { data } = action;
registerConfigs()
if (isNotifierString(data)) {
// load notificaion configs
// load notification configs
const instanceOverrides = findNotifierString(data)

@@ -37,3 +35,3 @@

function registerConfigs() {
const notifierConfigs = config.getConfig().hyperNotifier
const notifierConfigs = window.config.getConfig().hyperNotifier

@@ -40,0 +38,0 @@ if(notifications.length > 0 && !notifierString) {

{
"name": "hyper-notifier",
"version": "1.0.4",
"version": "1.0.5",
"description": "A notifications and alerting plugin for Hyper.js",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -23,3 +23,3 @@ # hyper-notifier

title: 'ERR! was detected!', // node-notifier config
message: 'check hyperterm', // node-notifier config
message: 'check hyperterm', // node-notifier config
sound: 'Funk',

@@ -26,0 +26,0 @@ }

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