New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1.0-next.0 to 11.1.0

10

bundles/socket-engine.umd.js

@@ -31,2 +31,4 @@ (function (global, factory) {

function __extends(d, b) {
if (typeof b !== "function" && b !== null)
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
extendStatics(d, b);

@@ -217,2 +219,3 @@ function __() { this.constructor = d; }

}
/** @deprecated */
function __spread() {

@@ -223,2 +226,3 @@ for (var ar = [], i = 0; i < arguments.length; i++)

}
/** @deprecated */
function __spreadArrays() {

@@ -232,3 +236,7 @@ for (var s = 0, i = 0, il = arguments.length; i < il; i++)

}
;
function __spreadArray(to, from) {
for (var i = 0, il = from.length, j = to.length; i < il; i++, j++)
to[j] = from[i];
return to;
}
function __await(v) {

@@ -235,0 +243,0 @@ return this instanceof __await ? (this.v = v, this) : new __await(v);

6

package.json
{
"name": "@nguniversal/socket-engine",
"version": "11.1.0-next.0",
"version": "11.1.0",
"description": "Socket Engine for running Server Angular Apps",

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

"peerDependencies": {
"@nguniversal/common": "11.1.0-next.0",
"@angular/core": "^11.1.0-next.2"
"@nguniversal/common": "11.1.0",
"@angular/core": "^11.1.0"
},

@@ -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