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

@types/angular-scroll

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/angular-scroll - npm Package Compare versions

Comparing version
0.0.29
to
0.0.30
+44
angular-scroll/index.d.ts
// Type definitions for angular-scroll
// Project: https://github.com/oblador/angular-scroll
// Definitions by: Sam Herrmann <https://github.com/samherrmann>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="angular" />
declare namespace duScroll {
/**
* Extends the angular.element object returned by the $document sercive with a few jQuery like functions.
* see https://github.com/oblador/angular-scroll#angularelement-scroll-api
*/
interface IDocumentService extends ng.IDocumentService {
duScrollTo(left: number, top: number): void;
duScrollTo(left: number, top: number, duration: number, easing?: Function): ng.IPromise<void>;
duScrollTo(element: ng.IAugmentedJQuery, offset?: number): void;
duScrollTo(element: ng.IAugmentedJQuery, offset: number, duration: number, easing?: Function): ng.IPromise<void>;
duScrollToElement(element: ng.IAugmentedJQuery, offset?: number): void;
duScrollToElement(element: ng.IAugmentedJQuery, offset: number, duration: number, easing?: Function): ng.IPromise<void>;
duScrollToElementAnimated(element: ng.IAugmentedJQuery, offset?: number): ng.IPromise<void>;
duScrollToElementAnimated(element: ng.IAugmentedJQuery, offset: number, duration: number, easing?: Function): ng.IPromise<void>;
duScrollTop(top: number): void;
duScrollTop(top: number, duration: number, easing?: Function): ng.IPromise<void>;
duScrollTopAnimated(top: number): ng.IPromise<void>;
duScrollTopAnimated(top: number, duration: number, easing?: Function): ng.IPromise<void>;
duScrollLeft(left: number): void;
duScrollLeft(left: number, duration: number, easing?: Function): ng.IPromise<void>;
duScrollLeftAnimated(left: number): ng.IPromise<void>;
duScrollLeftAnimated(left: number, duration: number, easing?: Function): ng.IPromise<void>;
duScrollTop(): number;
duScrollLeft(): number;
}
}
{
"name": "@types/angular-scroll",
"version": "0.0.30",
"description": "TypeScript definitions for angular-scroll",
"license": "MIT",
"author": "Sam Herrmann <https://github.com/samherrmann>",
"main": "",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"scripts": {},
"dependencies": {
"@types/angular": "*"
},
"typings": "index.d.ts",
"typesPublisherContentHash": "1d8779b93d387970bf57c4bfad92740b956921ff4891fca507b95f8f143bd7b4"
}
# Installation
> `npm install --save @types/angular-scroll`
# Summary
This package contains type definitions for angular-scroll (https://github.com/oblador/angular-scroll).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/angular-scroll
Additional Details
* Last updated: Mon, 19 Sep 2016 16:15:23 GMT
* File structure: Global
* Library Dependencies: angular
* Module Dependencies: none
* Global values: none
# Credits
These definitions were written by Sam Herrmann <https://github.com/samherrmann>.
{
"authors": "Sam Herrmann <https://github.com/samherrmann>",
"definitionFilename": "index.d.ts",
"libraryDependencies": [
"angular"
],
"moduleDependencies": [],
"libraryMajorVersion": "0",
"libraryMinorVersion": "0",
"libraryName": "angular-scroll",
"typingsPackageName": "angular-scroll",
"projectName": "https://github.com/oblador/angular-scroll",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"sourceBranch": "types-2.0",
"kind": "Global",
"globals": [],
"declaredModules": [],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "1d8779b93d387970bf57c4bfad92740b956921ff4891fca507b95f8f143bd7b4"
}
-44
// Type definitions for angular-scroll
// Project: https://github.com/oblador/angular-scroll
// Definitions by: Sam Herrmann <https://github.com/samherrmann>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="angular" />
declare namespace duScroll {
/**
* Extends the angular.element object returned by the $document sercive with a few jQuery like functions.
* see https://github.com/oblador/angular-scroll#angularelement-scroll-api
*/
interface IDocumentService extends ng.IDocumentService {
duScrollTo(left: number, top: number): void;
duScrollTo(left: number, top: number, duration: number, easing?: Function): ng.IPromise<void>;
duScrollTo(element: ng.IAugmentedJQuery, offset?: number): void;
duScrollTo(element: ng.IAugmentedJQuery, offset: number, duration: number, easing?: Function): ng.IPromise<void>;
duScrollToElement(element: ng.IAugmentedJQuery, offset?: number): void;
duScrollToElement(element: ng.IAugmentedJQuery, offset: number, duration: number, easing?: Function): ng.IPromise<void>;
duScrollToElementAnimated(element: ng.IAugmentedJQuery, offset?: number): ng.IPromise<void>;
duScrollToElementAnimated(element: ng.IAugmentedJQuery, offset: number, duration: number, easing?: Function): ng.IPromise<void>;
duScrollTop(top: number): void;
duScrollTop(top: number, duration: number, easing?: Function): ng.IPromise<void>;
duScrollTopAnimated(top: number): ng.IPromise<void>;
duScrollTopAnimated(top: number, duration: number, easing?: Function): ng.IPromise<void>;
duScrollLeft(left: number): void;
duScrollLeft(left: number, duration: number, easing?: Function): ng.IPromise<void>;
duScrollLeftAnimated(left: number): ng.IPromise<void>;
duScrollLeftAnimated(left: number, duration: number, easing?: Function): ng.IPromise<void>;
duScrollTop(): number;
duScrollLeft(): number;
}
}
{
"name": "@types/angular-scroll",
"version": "0.0.29",
"description": "TypeScript definitions for angular-scroll",
"main": "",
"scripts": {},
"author": "Sam Herrmann <https://github.com/samherrmann>",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"license": "MIT",
"typings": "index.d.ts",
"dependencies": {
"@types/angular": "1.5.*"
}
}
# Installation
> `npm install --save @types/angular-scroll`
# Summary
This package contains type definitions for angular-scroll (https://github.com/oblador/angular-scroll).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/angular-scroll
Additional Details
* Last updated: Thu, 14 Jul 2016 13:52:34 GMT
* File structure: Global
* Library Dependencies: angular
* Module Dependencies: none
* Global values: none
# Credits
These definitions were written by Sam Herrmann <https://github.com/samherrmann>.
{
"authors": "Sam Herrmann <https://github.com/samherrmann>",
"definitionFilename": "index.d.ts",
"libraryDependencies": [
"angular"
],
"moduleDependencies": [],
"libraryMajorVersion": "0",
"libraryMinorVersion": "0",
"libraryName": "angular-scroll",
"typingsPackageName": "angular-scroll",
"projectName": "https://github.com/oblador/angular-scroll",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"sourceBranch": "types-2.0",
"kind": "Global",
"globals": [],
"declaredModules": [],
"files": [
"index.d.ts"
],
"contentHash": "1d8779b93d387970bf57c4bfad92740b956921ff4891fca507b95f8f143bd7b4"
}