Socket
Socket
Sign inDemoInstall

angular2-platform-node

Package Overview
Dependencies
Maintainers
4
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular2-platform-node - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

3

__private_imports__.js

@@ -25,1 +25,4 @@ "use strict";

exports.CssSelector = CssSelector;
var __empty = null;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = __empty;

@@ -0,1 +1,2 @@

import { EventManager } from '@angular/platform-browser';
import { Injector, PlatformRef, NgModuleRef, NgZone } from '@angular/core';

@@ -26,2 +27,8 @@ import { NodeSharedStylesHost } from './node-shared-styles-host';

}
export interface EventManagerPlugin {
manager: EventManager | NodeEventManager;
supports(eventName: string): boolean;
addEventListener(element: any, eventName: string, handler: Function): any;
addGlobalEventListener(element: string, eventName: string, handler: Function): any;
}
export declare class NodeEventManager {

@@ -28,0 +35,0 @@ private _document;

2

package.json

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

],
"version": "1.0.2",
"version": "1.0.3",
"homepage": "https://github.com/angular/universal",

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

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