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

@types/scroller

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/scroller - npm Package Compare versions

Comparing version
0.0.26
to
0.0.27
+6
-6
package.json
{
"name": "@types/scroller",
"version": "0.0.26",
"version": "0.0.27",
"description": "TypeScript definitions for Zynga Scroller",
"license": "MIT",
"author": "Boris Yankov <https://github.com/borisyankov>",
"main": "",
"scripts": {},
"author": "Boris Yankov <https://github.com/borisyankov>",
"repository": {

@@ -12,5 +12,5 @@ "type": "git",

},
"license": "MIT",
"typings": "index.d.ts",
"dependencies": {}
"scripts": {},
"dependencies": {},
"typings": "index.d.ts"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Thu, 14 Jul 2016 13:52:50 GMT
* Last updated: Tue, 19 Jul 2016 13:07:26 GMT
* File structure: Global

@@ -14,0 +14,0 @@ * Library Dependencies: none

@@ -19,6 +19,6 @@ {

"files": [
"easyscroller.d.ts",
"index.d.ts"
],
"contentHash": "99bb191d2d07f2f25794ece06d72218d4230a828ad9df1c032eb5ad542ef32bc"
"hasPackageJson": false,
"contentHash": "89d454a8e1e9183c94c71823f0f79a8cb3cfaa5ece47718ffa20f3e31633ee3c"
}
// Type definitions for Zynga EasyScroller
// Project: https://github.com/zynga/scroller
// Definitions by: Boris Yankov <https://github.com/borisyankov>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="scroller.d.ts"/>
declare class EasyScroller {
constructor (content: any, options: ScrollerOptions);
render(): void;
reflow(): void;
bindEvents(): void;
}