vgr-komponentkartan
Advanced tools
Comparing version 0.0.17 to 0.0.18
@@ -1,5 +0,5 @@ | ||
import { Component, OnInit, QueryList, ViewChildren, AfterViewInit, HostListener } from "@angular/core"; | ||
import { Observable } from "rxjs/Observable"; | ||
import { Component, HostListener } from "@angular/core"; | ||
@Component({ | ||
@@ -6,0 +6,0 @@ templateUrl: "./expandableContainer.component.html", |
@@ -1,3 +0,2 @@ | ||
import { Component, OnInit, QueryList, ViewChildren, AfterViewInit } from "@angular/core"; | ||
import { Observable } from "rxjs/Observable"; | ||
import { Component } from "@angular/core"; | ||
@@ -4,0 +3,0 @@ |
@@ -10,3 +10,2 @@ "use strict"; | ||
var platform_browser_1 = require("@angular/platform-browser"); | ||
var http_1 = require("@angular/http"); | ||
var forms_1 = require("@angular/forms"); | ||
@@ -35,3 +34,2 @@ var safePipe_1 = require("./pipes/safePipe"); | ||
platform_browser_1.BrowserModule, | ||
http_1.HttpModule, | ||
forms_1.FormsModule | ||
@@ -38,0 +36,0 @@ ], |
import { NgModule, NO_ERRORS_SCHEMA } from "@angular/core" | ||
import { BrowserModule, Title } from "@angular/platform-browser" | ||
import { RouterModule, Routes } from "@angular/router" | ||
import { HttpModule } from "@angular/http"; | ||
import { FormsModule } from "@angular/forms"; | ||
@@ -23,3 +23,2 @@ import { SafePipe } from "./pipes/safePipe" | ||
BrowserModule, | ||
HttpModule, | ||
FormsModule | ||
@@ -64,6 +63,1 @@ ], | ||
export class KomponentkartanModule { } | ||
export interface JQuery { | ||
scrollbar(): void; | ||
scrollbar(config: any): void; | ||
} |
{ | ||
"name": "vgr-komponentkartan", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"author": "Västra Götalandsregionen", | ||
@@ -12,4 +12,3 @@ "scripts": { | ||
"_watch-css": "nodemon -e scss --watch content/ --exec \"npm run _compile-css\"", | ||
"_clean_build_output": "rimraf ./BuildOutput", | ||
"_copy-fonts": "copyfiles -u 3 node_modules/font-awesome/fonts/*.* fonts" | ||
"_clean_build_output": "rimraf ./BuildOutput" | ||
}, | ||
@@ -21,3 +20,3 @@ "dependencies": { | ||
"@angular/forms": "~4.1.3", | ||
"@angular/http": "^4.1.3", | ||
"@angular/http": "^4.2.2", | ||
"@angular/platform-browser": "~4.1.3", | ||
@@ -27,14 +26,12 @@ "@angular/platform-browser-dynamic": "~4.1.3", | ||
"@angular/upgrade": "~4.1.3", | ||
"systemjs": "0.19.47", | ||
"@types/core-js": "0.9.36", | ||
"@types/jquery": "^2.0.40", | ||
"@types/node": "7.0.7", | ||
"core-js": "~2.4.1", | ||
"jquery": "^3.1.1", | ||
"jquery.scrollbar": "^0.2.11", | ||
"reflect-metadata": "~0.1.10", | ||
"rxjs": "~5.4.0", | ||
"zone.js": "~0.8.12", | ||
"jquery": "^3.1.1", | ||
"jquery.scrollbar": "^0.2.11", | ||
"font-awesome": "^4.7.0", | ||
"@types/jquery": "^2.0.40", | ||
"@types/core-js": "0.9.36", | ||
"@types/node": "7.0.7" | ||
"systemjs": "0.19.47", | ||
"zone.js": "~0.8.12" | ||
}, | ||
@@ -51,8 +48,10 @@ "devDependencies": { | ||
"jasmine": "2.5.3", | ||
"copyfiles": "^1.2.0", | ||
"@types/jasmine": "2.5.44" | ||
}, | ||
"-vs-binding": { | ||
"ProjectOpened": ["_watch-typescript", "_watch-css"] | ||
"ProjectOpened": [ | ||
"_watch-typescript", | ||
"_watch-css" | ||
] | ||
} | ||
} |
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
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 4 instances in 1 package
19
10
4891
0
727384
98
- Removedfont-awesome@^4.7.0
- Removedfont-awesome@4.7.0(transitive)
Updated@angular/http@^4.2.2