@nguniversal/socket-engine
Advanced tools
Comparing version 11.0.0-next.0 to 11.0.0-next.1
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
125435