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

@types/ng-dialog

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/ng-dialog - npm Package Compare versions

Comparing version 0.3.25-alpha to 0.3.27-alpha

6

index.d.ts

@@ -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"
}
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