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.8 to 1.0.9

1

dist/notifications/Notifications.d.ts

@@ -7,2 +7,3 @@ import React from 'react';

position?: Position;
k?: string;
}

@@ -9,0 +10,0 @@ interface State {

8

dist/notifications/Notifications.js

@@ -21,6 +21,8 @@ "use strict";

render() {
const { position } = this.props;
return (react_1.default.createElement("div", { className: `rpn-notification-holder ${position || 'top-middle'}` }, this.state.value.map((note) => {
const { position, k } = this.props;
const classN = `rpn-notification-holder ${position || 'top-middle'} supertest`;
console.log(classN);
return react_1.default.createElement("div", { className: classN }, this.state.value.map((note) => {
return react_1.default.createElement(PushNotification_1.default, { closeNotification: Storage_1.default.popAndPush, id: note.id, theme: note.theme, title: note.title, subtitle: note.subtitle, message: note.message });
})));
}));
}

@@ -27,0 +29,0 @@ }

{
"name": "react-push-notification",
"version": "1.0.8",
"version": "1.0.9",
"description": "React push notifications",

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

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