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

ang2-phaser

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ang2-phaser - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

ng2phaser.js

22

ng2-phaser/phaser.directive.js

@@ -15,5 +15,5 @@ "use strict";

//------------------------------------
var PhaserComponent = (function () {
var ng2PhaserComponent = (function () {
//--------------
function PhaserComponent(el) {
function ng2PhaserComponent(el) {
this.el = el;

@@ -25,3 +25,3 @@ this.phaser = new core_1.EventEmitter();

//--------------
PhaserComponent.prototype.ngOnInit = function () {
ng2PhaserComponent.prototype.ngOnInit = function () {
var t = this;

@@ -68,3 +68,3 @@ var alreadyLoaded = false;

//--------------
PhaserComponent.prototype.initPhaser = function () {
ng2PhaserComponent.prototype.initPhaser = function () {
this.phaser.emit({ container: this.selfRef });

@@ -75,12 +75,12 @@ };

__metadata('design:type', Object)
], PhaserComponent.prototype, "phaser", void 0);
], ng2PhaserComponent.prototype, "phaser", void 0);
__decorate([
core_1.Input(),
__metadata('design:type', Object)
], PhaserComponent.prototype, "settings", void 0);
], ng2PhaserComponent.prototype, "settings", void 0);
__decorate([
core_1.Input(),
__metadata('design:type', Object)
], PhaserComponent.prototype, "layout", void 0);
PhaserComponent = __decorate([
], ng2PhaserComponent.prototype, "layout", void 0);
ng2PhaserComponent = __decorate([
core_1.Component({

@@ -92,8 +92,8 @@ selector: 'phaser',

__metadata('design:paramtypes', [(typeof (_a = typeof core_1.ElementRef !== 'undefined' && core_1.ElementRef) === 'function' && _a) || Object])
], PhaserComponent);
return PhaserComponent;
], ng2PhaserComponent);
return ng2PhaserComponent;
var _a;
}());
exports.PhaserComponent = PhaserComponent;
exports.ng2PhaserComponent = ng2PhaserComponent;
//------------------------------------
//# sourceMappingURL=phaser.directive.js.map

@@ -12,3 +12,3 @@ // core

})
export class PhaserComponent {
export class ng2PhaserComponent {

@@ -15,0 +15,0 @@ //--------------

{
"name": "ang2-phaser",
"version": "1.0.1",
"version": "1.0.2",
"description": "A Phaser module built for Angular 2 components.",

@@ -5,0 +5,0 @@ "main": "index.js",

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