@types/ng-dialog
Advanced tools
Comparing version 0.3.25-alpha to 0.3.27-alpha
@@ -6,5 +6,5 @@ // Type definitions for ngDialog | ||
/// <reference types="angularjs" /> | ||
/// <reference types="angular" /> | ||
import * as angular from 'angularjs'; | ||
import * as angular from 'angular'; | ||
@@ -21,3 +21,3 @@ export type IDialogService = angular.dialog.IDialogService; | ||
declare module 'angularjs' { | ||
declare module 'angular' { | ||
export namespace dialog { | ||
@@ -24,0 +24,0 @@ |
{ | ||
"name": "@types/ng-dialog", | ||
"version": "0.3.25-alpha", | ||
"version": "0.3.27-alpha", | ||
"description": "TypeScript definitions for ngDialog", | ||
@@ -14,3 +14,5 @@ "main": "", | ||
"typings": "index.d.ts", | ||
"dependencies": {} | ||
"dependencies": { | ||
"@types/angular": "1.5.4-alpha" | ||
} | ||
} |
@@ -11,6 +11,6 @@ # Installation | ||
Additional Details | ||
* Last updated: Sun, 03 Jul 2016 23:17:22 GMT | ||
* Last updated: Fri, 08 Jul 2016 19:22:03 GMT | ||
* File structure: ModuleAugmentation | ||
* Library Dependencies: angularjs | ||
* Module Dependencies: angularjs | ||
* Library Dependencies: angular | ||
* Module Dependencies: angular | ||
* Global values: none | ||
@@ -17,0 +17,0 @@ |
@@ -5,6 +5,6 @@ { | ||
"libraryDependencies": [ | ||
"angularjs" | ||
"angular" | ||
], | ||
"moduleDependencies": [ | ||
"angularjs" | ||
"angular" | ||
], | ||
@@ -21,3 +21,3 @@ "libraryMajorVersion": "0", | ||
"declaredModules": [ | ||
"angularjs" | ||
"angular" | ||
], | ||
@@ -27,3 +27,3 @@ "files": [ | ||
], | ||
"contentHash": "a05558ec1bf40b86accf083e486da567d4260abbb5ebf8632f24859b0962c71c" | ||
"contentHash": "241e195419c94c598b00582fab342381af2e02beb91fda12df35b75de1fffe8c" | ||
} |
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
11126
1
+ Added@types/angular@1.5.4-alpha
+ Added@types/angular@1.5.4-alpha(transitive)
+ Added@types/jquery@1.10.26-alpha(transitive)