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

react-push-notification

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-push-notification - npm Package Compare versions

Comparing version 1.0.16 to 1.0.17

2

dist/notifications/Notifications.d.ts
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

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