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

@types/node-notifier

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/node-notifier - npm Package Compare versions

Comparing version 8.0.2 to 8.0.3

10

node-notifier/index.d.ts

@@ -9,7 +9,7 @@ // Type definitions for node-notifier 8.0

import NotificationCenter = require('./notifiers/notificationcenter');
import NotifySend = require('./notifiers/notifysend');
import WindowsToaster = require('./notifiers/toaster');
import WindowsBalloon = require('./notifiers/balloon');
import Growl = require('./notifiers/growl');
import NotificationCenter = require("./notifiers/notificationcenter");
import NotifySend = require("./notifiers/notifysend");
import WindowsToaster = require("./notifiers/toaster");
import WindowsBalloon = require("./notifiers/balloon");
import Growl = require("./notifiers/growl");

@@ -16,0 +16,0 @@ declare namespace nodeNotifier {

@@ -1,2 +0,2 @@

import notifier = require('../');
import notifier = require("../");

@@ -18,3 +18,3 @@ declare class WindowsBalloon {

/** The notification type */
type?: 'info' | 'warn' | 'error' | undefined;
type?: "info" | "warn" | "error" | undefined;
}

@@ -21,0 +21,0 @@ }

@@ -1,2 +0,2 @@

import notifier = require('../');
import notifier = require("../");

@@ -3,0 +3,0 @@ declare class Growl {

@@ -1,2 +0,2 @@

import notifier = require('../');
import notifier = require("../");

@@ -3,0 +3,0 @@ declare class NotificationCenter {

@@ -1,2 +0,2 @@

import notifier = require('../');
import notifier = require("../");

@@ -3,0 +3,0 @@ declare class NotifySend {

@@ -1,2 +0,2 @@

import notifier = require('../');
import notifier = require("../");

@@ -3,0 +3,0 @@ declare class WindowsToaster {

{
"name": "@types/node-notifier",
"version": "8.0.2",
"version": "8.0.3",
"description": "TypeScript definitions for node-notifier",

@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node-notifier",

},
"typesPublisherContentHash": "62d7f9e08d72336130ea3fb4d750d25fb80bcae2fd0d022484b90043c1399df8",
"typeScriptVersion": "3.8"
"typesPublisherContentHash": "85767b3ff376d8542f891bdedecf411ced0c11c0a889bebbb6e28a9b52bf1792",
"typeScriptVersion": "4.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Thu, 23 Dec 2021 23:35:11 GMT
* Last updated: Sat, 23 Sep 2023 20:38:33 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none

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