🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@types/gensync

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/gensync - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+0
-7
gensync/index.d.ts

@@ -1,8 +0,1 @@

// Type definitions for gensync 1.0
// Project: https://github.com/loganfsmyth/gensync
// Definitions by: Jake Bailey <https://github.com/jakebailey>
// Nicolò Ribaudo <https://github.com/nicolo-ribaudo>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// Minimum TypeScript Version: 4.0
/**

@@ -9,0 +2,0 @@ * Returns a function that can be "awaited" (with `yield*`) in another `gensync` generator

+6
-6
{
"name": "@types/gensync",
"version": "1.0.1",
"version": "1.0.2",
"description": "TypeScript definitions for gensync",

@@ -10,9 +10,9 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gensync",

"name": "Jake Bailey",
"url": "https://github.com/jakebailey",
"githubUsername": "jakebailey"
"githubUsername": "jakebailey",
"url": "https://github.com/jakebailey"
},
{
"name": "Nicolò Ribaudo",
"url": "https://github.com/nicolo-ribaudo",
"githubUsername": "nicolo-ribaudo"
"githubUsername": "nicolo-ribaudo",
"url": "https://github.com/nicolo-ribaudo"
}

@@ -29,4 +29,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "f4dbf05bba27eef06bbb62386b6d28569c282ccb6e5af7fc374d72538faffbf9",
"typesPublisherContentHash": "e6f6cd8b9f23341e1417840428c8cbdf11d7d99e332a1593208610da969409ad",
"typeScriptVersion": "4.5"
}

@@ -11,7 +11,6 @@ # Installation

### Additional Details
* Last updated: Wed, 20 Sep 2023 17:08:03 GMT
* Last updated: Wed, 18 Oct 2023 01:17:35 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by [Jake Bailey](https://github.com/jakebailey), and [Nicolò Ribaudo](https://github.com/nicolo-ribaudo).