New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/raf

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/raf - npm Package Compare versions

Comparing version 3.4.0 to 3.4.1

6

raf/index.d.ts

@@ -7,7 +7,7 @@ // Type definitions for raf 3.4

declare const raf: {
(callback: (timestamp: number) => void): number;
cancel: (handle: number) => void;
polyfill: (globalObject?: any) => void;
(callback: (timestamp: number) => void): number;
cancel: (handle: number) => void;
polyfill: (globalObject?: any) => void;
};
export = raf;
{
"name": "@types/raf",
"version": "3.4.0",
"version": "3.4.1",
"description": "TypeScript definitions for raf",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/raf",
"license": "MIT",

@@ -14,11 +15,12 @@ "contributors": [

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/raf"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "0c3d2cdca7759973a1103c65d7a0f145d0fc503e851040030f272cdc5cb17846",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "f97f7076ce35b453cc159effd93ee5937c36607aa85fdbc3cee6325790187291",
"typeScriptVersion": "4.5"
}

@@ -8,6 +8,22 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/raf
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/raf.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/raf/index.d.ts)
````ts
// Type definitions for raf 3.4
// Project: https://github.com/chrisdickinson/raf#readme
// Definitions by: Ben Lorantfy <https://github.com/BenLorantfy>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Additional Details
* Last updated: Thu, 03 Jan 2019 03:16:14 GMT
declare const raf: {
(callback: (timestamp: number) => void): number;
cancel: (handle: number) => void;
polyfill: (globalObject?: any) => void;
};
export = raf;
````
### Additional Details
* Last updated: Wed, 27 Sep 2023 07:12:04 GMT
* Dependencies: none

@@ -17,2 +33,2 @@ * Global values: none

# Credits
These definitions were written by Ben Lorantfy <https://github.com/BenLorantfy>.
These definitions were written by [Ben Lorantfy](https://github.com/BenLorantfy).

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc