New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@types/ngprogress

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/ngprogress - npm Package Compare versions

Comparing version
1.0.29
to
1.0.30
+0
-3
ngprogress/index.d.ts

@@ -7,3 +7,2 @@ // Type definitions for ngProgress 1.0.7

declare namespace NgProgress {
export interface INgProgress {

@@ -23,4 +22,2 @@ start(): void;

}
}
+4
-3
{
"name": "@types/ngprogress",
"version": "1.0.29",
"version": "1.0.30",
"description": "TypeScript definitions for ngProgress",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ngprogress",
"license": "MIT",

@@ -22,4 +23,4 @@ "contributors": [

"dependencies": {},
"typesPublisherContentHash": "1fdca3ae133ce95b7e91fd89bf18c04cdeb25fb89a5fa5cebb1043aad8488f53",
"typeScriptVersion": "3.2"
"typesPublisherContentHash": "b5473223a6ee3a20f19b86c35dadd5ccb468d78040832dba01ffbc644e594d10",
"typeScriptVersion": "4.5"
}

@@ -9,5 +9,30 @@ # Installation

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ngprogress.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ngprogress/index.d.ts)
````ts
// Type definitions for ngProgress 1.0.7
// Project: https://github.com/victorb/ngProgress
// Definitions by: Martin McWhorter <https://github.com/martinmcwhorter>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare namespace NgProgress {
export interface INgProgress {
start(): void;
height(height: string): void;
color(color: string): void;
status(): number;
stop(): void;
set(value: number): void;
reset(): void;
complete(): void;
}
export interface INgProgressFactory {
createInstance(): INgProgress;
}
}
````
### Additional Details
* Last updated: Tue, 22 Sep 2020 00:22:03 GMT
* Last updated: Sat, 23 Sep 2023 20:38:33 GMT
* Dependencies: none

@@ -14,0 +39,0 @@ * Global values: none