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.14 to 1.0.15

4

dist/index.d.ts

@@ -1,3 +0,3 @@

import Notifications from './Notifications/Notifications';
import Storage from './Notifications/Storage';
import Notifications from './notifications/Notifications';
import Storage from './notifications/Storage';
export { Notifications, Storage };

@@ -6,5 +6,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
const Notifications_1 = __importDefault(require("./Notifications/Notifications"));
const Notifications_1 = __importDefault(require("./notifications/Notifications"));
exports.Notifications = Notifications_1.default;
const Storage_1 = __importDefault(require("./Notifications/Storage"));
const Storage_1 = __importDefault(require("./notifications/Storage"));
exports.Storage = Storage_1.default;
{
"name": "react-push-notification",
"version": "1.0.14",
"version": "1.0.15",
"description": "React push notifications",

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

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

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

@@ -1,4 +0,4 @@

import Notifications from './Notifications/Notifications';
import Storage from './Notifications/Storage';
import Notifications from './notifications/Notifications';
import Storage from './notifications/Storage';
export { Notifications, Storage };
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