Socket
Socket
Sign inDemoInstall

angular2-platform-node

Package Overview
Dependencies
11
Maintainers
4
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.9 to 2.0.10

2

package.json

@@ -49,3 +49,3 @@ {

],
"version": "2.0.9",
"version": "2.0.10",
"homepage": "https://github.com/angular/universal",

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

@@ -61,6 +61,3 @@ "use strict";

Parse5DomAdapter.prototype.querySelector = function (el, selector) {
console.time('querySelector' + selector);
var $el = this.querySelectorAll(el, selector)[0];
console.timeEnd('querySelector' + selector);
return $el;
return this.querySelectorAll(el, selector)[0];
};

@@ -67,0 +64,0 @@ Parse5DomAdapter.prototype.querySelectorAll = function (el, selector) {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc