react-push-notification
Advanced tools
Comparing version 1.0.16 to 1.0.17
import React from 'react'; | ||
import { Notification } from './Storage'; | ||
import './styles/Notification.css'; | ||
import './Notification.css'; | ||
declare type Position = 'top-left' | 'top-middle' | 'top-right' | 'bottom-left' | 'bottom-middle' | 'bottom-right'; | ||
@@ -5,0 +5,0 @@ interface Props { |
@@ -8,3 +8,3 @@ "use strict"; | ||
const Storage_1 = require("./Storage"); | ||
require("./styles/Notification.css"); | ||
require("./Notification.css"); | ||
const PushNotification_1 = __importDefault(require("./PushNotification")); | ||
@@ -11,0 +11,0 @@ class Notifications extends react_1.default.Component { |
{ | ||
"name": "react-push-notification", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"description": "React push notifications", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
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
17664