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.27
to
1.0.28
+24
ngprogress/index.d.ts
// Type definitions for ngProgress 1.0.7
// Project: http://victorbjelkholm.github.io/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;
}
}
{
"name": "@types/ngprogress",
"version": "1.0.28",
"description": "TypeScript definitions for ngProgress 1.0.7",
"license": "MIT",
"author": "Martin McWhorter <https://github.com/martinmcwhorter>",
"main": "",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"scripts": {},
"dependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "55a62db54565a400f35d9650ec71bd23bb75cb57fa5af9a251d690508ab1dbad"
}
# Installation
> `npm install --save @types/ngprogress`
# Summary
This package contains type definitions for ngProgress 1.0.7 (http://victorbjelkholm.github.io/ngProgress/).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/ngprogress
Additional Details
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT
* File structure: Global
* Library Dependencies: none
* Module Dependencies: none
* Global values: none
# Credits
These definitions were written by Martin McWhorter <https://github.com/martinmcwhorter>.
{
"authors": "Martin McWhorter <https://github.com/martinmcwhorter>",
"definitionFilename": "index.d.ts",
"libraryDependencies": [],
"moduleDependencies": [],
"libraryMajorVersion": "1",
"libraryMinorVersion": "0",
"libraryName": "ngProgress 1.0.7",
"typingsPackageName": "ngprogress",
"projectName": "http://victorbjelkholm.github.io/ngProgress/",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"sourceBranch": "types-2.0",
"kind": "Global",
"globals": [],
"declaredModules": [],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "55a62db54565a400f35d9650ec71bd23bb75cb57fa5af9a251d690508ab1dbad"
}
-24
// Type definitions for ngProgress 1.0.7
// Project: http://victorbjelkholm.github.io/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;
}
}
{
"name": "@types/ngprogress",
"version": "1.0.27",
"description": "TypeScript definitions for ngProgress 1.0.7",
"main": "",
"scripts": {},
"author": "Martin McWhorter <https://github.com/martinmcwhorter>",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"license": "MIT",
"typings": "index.d.ts",
"dependencies": {}
}
# Installation
> `npm install --save @types/ngprogress`
# Summary
This package contains type definitions for ngProgress 1.0.7 (http://victorbjelkholm.github.io/ngProgress/).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/ngprogress
Additional Details
* Last updated: Thu, 14 Jul 2016 13:52:47 GMT
* File structure: Global
* Library Dependencies: none
* Module Dependencies: none
* Global values: none
# Credits
These definitions were written by Martin McWhorter <https://github.com/martinmcwhorter>.
{
"authors": "Martin McWhorter <https://github.com/martinmcwhorter>",
"definitionFilename": "index.d.ts",
"libraryDependencies": [],
"moduleDependencies": [],
"libraryMajorVersion": "1",
"libraryMinorVersion": "0",
"libraryName": "ngProgress 1.0.7",
"typingsPackageName": "ngprogress",
"projectName": "http://victorbjelkholm.github.io/ngProgress/",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"sourceBranch": "types-2.0",
"kind": "Global",
"globals": [],
"declaredModules": [],
"files": [
"index.d.ts"
],
"contentHash": "55a62db54565a400f35d9650ec71bd23bb75cb57fa5af9a251d690508ab1dbad"
}