@types/node-notifier
Advanced tools
Comparing version 8.0.2 to 8.0.3
@@ -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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package