New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@remult/angular

Package Overview
Dependencies
Maintainers
2
Versions
305
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remult/angular - npm Package Compare versions

Comparing version 1.0.94 to 2.0.2

2

package.json
{
"name": "@remult/angular",
"schematics": "./schematics/collection.json",
"version": "1.0.94",
"version": "2.0.2",
"description": "an angular module for remult",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -1,2 +0,2 @@

import { RemultModule as RemultModule, NotSignedInGuard, SignedInGuard } from '@remult/core';
import { RemultModule, NotSignedInGuard, SignedInGuard } from '@remult/angular';
import { NgModule, ErrorHandler } from '@angular/core';

@@ -3,0 +3,0 @@ import { Routes, RouterModule, Route, ActivatedRouteSnapshot } from '@angular/router';

@@ -7,3 +7,3 @@ import { Component, Injector, ViewChild } from '@angular/core';

import { Context, RouteHelperService } from '@remult/core';
import { Context } from '@remult/core';

@@ -14,3 +14,3 @@

import { DialogService } from './common/dialog';
import { JwtSessionManager } from '@remult/core';
import { JwtSessionManager, RouteHelperService } from '@remult/angular';

@@ -17,0 +17,0 @@ @Component({

import { Component, OnInit } from '@angular/core';
import { StringColumn, RouteHelperService } from '@remult/core';
import { StringColumn } from '@remult/core';
import { Route } from '@angular/router';

@@ -9,3 +9,3 @@ import { Context } from '@remult/core';

import { ServerSignIn } from "../server-sign-in";
import { JwtSessionManager } from '@remult/core';
import { JwtSessionManager, RouteHelperService } from '@remult/angular';
import { HomeComponent } from '../../home/home.component';

@@ -12,0 +12,0 @@

@@ -8,3 +8,3 @@ import { Component, OnInit } from '@angular/core';

import { DialogService } from '../../common/dialog';
import { JwtSessionManager } from '@remult/core';
import { JwtSessionManager } from '@remult/angular';

@@ -11,0 +11,0 @@

@@ -65,3 +65,3 @@ "use strict";

element.architect.serve.options.proxyConfig = "proxy.conf.json";
element.architect.build.options.styles.push("./node_modules/@remult/core/input-styles.scss");
element.architect.build.options.styles.push("./node_modules/@remult/angular/input-styles.scss");
return;

@@ -68,0 +68,0 @@ }

Sorry, the diff of this file is too big to display

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