New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.13 to 1.0.14

2

dist/index.d.ts

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

import Notifications from './notifications/Notifications';
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"));
exports.Storage = Storage_1.default;
{
"name": "react-push-notification",
"version": "1.0.13",
"version": "1.0.14",
"description": "React push notifications",

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

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

import Notifications from './notifications/Notifications';
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