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

@nguniversal/socket-engine

Package Overview
Dependencies
Maintainers
3
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nguniversal/socket-engine - npm Package Compare versions

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

10

bundles/socket-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/socket-engine",
"version": "11.0.0-next.0",
"version": "11.0.0-next.1",
"description": "Socket Engine for running Server Angular Apps",

@@ -18,4 +18,4 @@ "license": "MIT",

"peerDependencies": {
"@nguniversal/common": "11.0.0-next.0",
"@angular/core": "^11.0.0-next.0"
"@nguniversal/common": "11.0.0-next.1",
"@angular/core": "^11.0.0-next.3"
},

@@ -22,0 +22,0 @@ "ng-update": {

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