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.1.3
to
0.1.4
+0
-5
scroller/index.d.ts

@@ -1,6 +0,1 @@

// Type definitions for Zynga Scroller 0.1
// Project: http://zynga.github.com/scroller/, https://github.com/popham/scroller
// Definitions by: Marcelo Haskell Camargo <https://github.com/haskellcamargo>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare namespace Scroller {

@@ -7,0 +2,0 @@ interface Options {

+5
-5
{
"name": "@types/scroller",
"version": "0.1.3",
"description": "TypeScript definitions for Zynga Scroller",
"version": "0.1.4",
"description": "TypeScript definitions for scroller",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/scroller",

@@ -10,4 +10,4 @@ "license": "MIT",

"name": "Marcelo Haskell Camargo",
"url": "https://github.com/haskellcamargo",
"githubUsername": "haskellcamargo"
"githubUsername": "haskellcamargo",
"url": "https://github.com/haskellcamargo"
}

@@ -24,4 +24,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "46149a0407b292da2fb9654cd76ab6bc3ca74cc89e3278fe45a2354968a402b4",
"typesPublisherContentHash": "617e9f0bc3b7a2dbda6360371a00d3351b3ffc4231371649707bccc1de408fce",
"typeScriptVersion": "4.5"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for Zynga Scroller (http://zynga.github.com/scroller/).
This package contains type definitions for scroller (http://zynga.github.com/scroller/).

@@ -12,7 +12,2 @@ # Details

````ts
// Type definitions for Zynga Scroller 0.1
// Project: http://zynga.github.com/scroller/, https://github.com/popham/scroller
// Definitions by: Marcelo Haskell Camargo <https://github.com/haskellcamargo>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare namespace Scroller {

@@ -82,7 +77,6 @@ interface Options {

### Additional Details
* Last updated: Mon, 25 Sep 2023 13:39:06 GMT
* Last updated: Wed, 18 Oct 2023 11:45:06 GMT
* Dependencies: none
* Global values: `EasyScroller`, `Scroller`
# Credits
These definitions were written by [Marcelo Haskell Camargo](https://github.com/haskellcamargo).