Socket
Socket
Sign inDemoInstall

angular2-image-popup

Package Overview
Dependencies
14
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.6

systemjs.config.js

2

app/app.component.js
/*
* @author Vimala A
*/
System.register(['angular2/core', '../directives/angular2-image-popup/image-modal-popup'], function(exports_1, context_1) {
System.register(['@angular/core', '../directives/angular2-image-popup/image-modal-popup'], function(exports_1, context_1) {
"use strict";

@@ -6,0 +6,0 @@ var __moduleName = context_1 && context_1.id;

@@ -5,3 +5,3 @@ /*

import {Component} from 'angular2/core';
import {Component} from '@angular/core';
import {ImageModal} from '../directives/angular2-image-popup/image-modal-popup';

@@ -8,0 +8,0 @@ @Component({

@@ -1,9 +0,9 @@

System.register(['angular2/platform/browser', './app.component'], function(exports_1, context_1) {
System.register(['@angular/platform-browser-dynamic', './app.component'], function(exports_1, context_1) {
"use strict";
var __moduleName = context_1 && context_1.id;
var browser_1, app_component_1;
var platform_browser_dynamic_1, app_component_1;
return {
setters:[
function (browser_1_1) {
browser_1 = browser_1_1;
function (platform_browser_dynamic_1_1) {
platform_browser_dynamic_1 = platform_browser_dynamic_1_1;
},

@@ -14,3 +14,3 @@ function (app_component_1_1) {

execute: function() {
browser_1.bootstrap(app_component_1.AppComponent);
platform_browser_dynamic_1.bootstrap(app_component_1.AppComponent);
}

@@ -17,0 +17,0 @@ }

@@ -1,4 +0,4 @@

import {bootstrap} from 'angular2/platform/browser';
import {bootstrap} from '@angular/platform-browser-dynamic';
import {AppComponent} from './app.component';
bootstrap(AppComponent);

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

System.register(['angular2/core'], function(exports_1, context_1) {
System.register(['@angular/core'], function(exports_1, context_1) {
"use strict";

@@ -70,3 +70,2 @@ var __moduleName = context_1 && context_1.id;

this.loading = false;
console.log('this.loading', this.loading);
break;

@@ -73,0 +72,0 @@ }

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

import {Component, Input,Output,ElementRef,EventEmitter,OnInit} from 'angular2/core';
import {Component, Input,Output,ElementRef,EventEmitter,OnInit} from '@angular/core';

@@ -76,3 +76,2 @@ @Component({

this.loading = false;
console.log('this.loading',this.loading);
break;

@@ -79,0 +78,0 @@ }

{
"name": "angular2-image-popup",
"version": "1.0.5",
"version": "1.0.6",
"description": "Image popup directive for angular2",
"main": "index.js",
"dependencies": {
"angular2": "2.0.0-beta.17",
"es6-shim": "^0.35.0",
"@angular/common": "^2.0.0-rc.4",
"@angular/compiler": "^2.0.0-rc.4",
"@angular/core": "^2.0.0-rc.4",
"@angular/platform-browser": "^2.0.0-rc.4",
"@angular/platform-browser-dynamic": "^2.0.0-rc.4",
"@angular/upgrade": "^2.0.0-rc.4",
"font-awesome": "^4.6.3",
"reflect-metadata": "0.1.2",
"systemjs": "0.19.27",
"core-js": "^2.4.0",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.6",
"systemjs": "0.19.25",
"zone.js": "0.6.12"
"zone.js": "^0.6.12"
},

@@ -15,0 +20,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc