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

@nguniversal/aspnetcore-engine

Package Overview
Dependencies
Maintainers
3
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nguniversal/aspnetcore-engine - npm Package Compare versions

Comparing version 11.0.0-next.0 to 11.0.0-next.1

10

bundles/aspnetcore-engine.umd.js

@@ -26,3 +26,3 @@ (function (global, factory) {

function (d, b) { for (var p in b)
if (b.hasOwnProperty(p))
if (Object.prototype.hasOwnProperty.call(b, p))
d[p] = b[p]; };

@@ -174,6 +174,6 @@ return extendStatics(d, b);

});
function __exportStar(m, exports) {
function __exportStar(m, o) {
for (var p in m)
if (p !== "default" && !exports.hasOwnProperty(p))
__createBinding(exports, m, p);
if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p))
__createBinding(o, m, p);
}

@@ -288,3 +288,3 @@ function __values(o) {

for (var k in mod)
if (Object.hasOwnProperty.call(mod, k))
if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
__createBinding(result, mod, k);

@@ -291,0 +291,0 @@ __setModuleDefault(result, mod);

{
"name": "@nguniversal/aspnetcore-engine",
"version": "11.0.0-next.0",
"version": "11.0.0-next.1",
"description": "ASP.NET Core Engine for running Server Angular Apps",

@@ -26,4 +26,4 @@ "author": {

"peerDependencies": {
"@angular/common": "^11.0.0-next.0",
"@angular/core": "^11.0.0-next.0",
"@angular/common": "^11.0.0-next.3",
"@angular/core": "^11.0.0-next.3",
"rxjs": "^6.5.5"

@@ -30,0 +30,0 @@ },

Sorry, the diff of this file is not supported yet

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