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

@noreajs/core

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@noreajs/core - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2-0

dist/modules/notifications/index.d.ts

1

dist/index.d.ts

@@ -6,1 +6,2 @@ export { default as Route } from "./route/Route";

export { NoreaBootstrap } from "./NoreaBootstrap";
export { Notification, EmailNotificationConstructorType, IEmailNotification, IPushNotification, ISmsNotification, NotificationConstructorType, } from "./modules/notifications";

@@ -13,1 +13,6 @@ "use strict";

exports.NoreaBootstrap = NoreaBootstrap_1.NoreaBootstrap;
var notifications_1 = require("./modules/notifications");
exports.Notification = notifications_1.Notification;
exports.IEmailNotification = notifications_1.IEmailNotification;
exports.IPushNotification = notifications_1.IPushNotification;
exports.ISmsNotification = notifications_1.ISmsNotification;

4

package.json
{
"name": "@noreajs/core",
"version": "1.1.1",
"version": "1.1.2-0",
"description": "Norea.Js is a sets of tools for the development of API with Node.Js.",

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

"devDependencies": {
"np": "^6.2.1",
"np": "^6.2.4",
"tslint": "^5.20.1",

@@ -34,0 +34,0 @@ "typescript": "^3.7.4"

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