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.11 to 1.0.12

dist/notifications/Notification.css

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 = __importDefault(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.11",
"version": "1.0.12",
"description": "React push notifications",

@@ -18,3 +18,3 @@ "main": "dist/index.js",

"start": "tsc -w",
"build": "tsc",
"build": "tsc && cp src/notifications/Notification.css dist/notifications/Notification.css",
"build:check": "tsc --noEmit"

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

@@ -15,2 +15,3 @@ {

"src/**/*",
"src/notifications/Notification.css"
],

@@ -17,0 +18,0 @@ "exclude": [

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